Files
TK-FB-Project/web-ui/docker-compose.yml

19 lines
315 B
YAML

version: "3.8"
services:
web:
build:
context: .
dockerfile: Dockerfile
container_name: web_hyungi_dev
restart: unless-stopped
ports:
- "20000:80"
volumes:
- .:/usr/share/nginx/html:ro
networks:
- hyungi_network
networks:
hyungi_network:
external: true