Sign inSign up

ezralazuardy/ybwsa

By ezralazuardy

Updated over 5 years ago

🖥️ Official Web Page for YBWSA Organization

Image
0

1.7K

ezralazuardy/ybwsa repository overview

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.

Tag summary

Content type

Image

Digest

Size

100.4 MB

Last updated

over 5 years ago

docker pull ezralazuardy/ybwsa