🖥️ SIADIKDASMEN Web Application for YBWSA Organization
1.2K
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.
Content type
Image
Digest
Size
138.7 MB
Last updated
over 5 years ago
docker pull ezralazuardy/siadik