Files
frontend/docker-compose.yml
Thanh Quy - wolf 37a6ed58c9 Connect backend
2026-04-19 17:04:07 +07:00

13 lines
258 B
YAML

version: "3.8"
services:
nginx:
image: nginx:stable-alpine
container_name: nginx-gateway
ports:
- "80:80"
volumes:
- ./default.conf:/etc/nginx/conf.d/default.conf:ro
extra_hosts:
- "host.docker.internal:host-gateway"