🖥️ Official Web Page for YBWSA Organization
1.7K
This is an image for YBWSA Organization Official Web Page. Please use these configuration file to setup the application.
./docker-compose.yml :
version: '3'
services:
app:
image: ezralazuardy/ybwsa
restart: unless-stopped
tty: true
ports:
- 1080: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:1080.
Content type
Image
Digest
Size
100.4 MB
Last updated
over 5 years ago
docker pull ezralazuardy/ybwsa