Sign inSign up

ezralazuardy/siadik

By ezralazuardy

Updated over 5 years ago

🖥️ SIADIKDASMEN Web Application for YBWSA Organization

Image
0

1.2K

ezralazuardy/siadik repository overview

This is an image for YBWSA Organization's SIADIK Web Application. Please use these configuration file to setup the application.

./docker-compose.yml :

version: '3'
services:
  app:
    image: ezralazuardy/siadik
    restart: unless-stopped
    tty: true
    ports:
      - 2080:80
    volumes:
      - app:/var/www/html
    deploy:
      replicas: 1
      resources:
        limits:
          cpus: 0.25
          memory: 200M
      restart_policy:
        max_attempts: 3
        condition: on-failure
volumes:
  app:
    driver: local

Then start the application with docker-compose up -d command.

Application (HTTP Web Service) is accessible via address localhost:2080.

Tag summary

Content type

Image

Digest

Size

138.7 MB

Last updated

over 5 years ago

docker pull ezralazuardy/siadik