This commit is contained in:
2026-05-15 23:29:01 +03:00
parent 302bb191a3
commit f9fd42e8e3
2 changed files with 10 additions and 4 deletions

View File

@@ -18,11 +18,10 @@ services:
- "host.docker.internal:host-gateway"
frontend:
image: nginx:alpine
build:
context: .
dockerfile: frontend/Dockerfile
ports:
- "80:80"
volumes:
- ./frontend:/usr/share/nginx/html
- ./frontend/nginx.conf:/etc/nginx/conf.d/default.conf
depends_on:
- backend