This commit is contained in:
Tomas Mirchev 2025-06-26 03:51:50 +00:00
parent 71c44269b4
commit cbf68f4f31

View File

@ -27,14 +27,13 @@ services:
restart: unless-stopped restart: unless-stopped
static-provider: static-provider:
build: image: nginx:alpine
context: ./static-provider
dockerfile: Dockerfile
container_name: static-provider container_name: static-provider
ports: ports:
- "3005:80" # Nginx static files - "3005:80" # Nginx static files
volumes: volumes:
- ./static-files:/usr/share/nginx/html - ./static-files:/usr/share/nginx/html
- ./static-provider/nginx.conf:/etc/nginx/conf.d/default.conf
networks: networks:
- app-network - app-network
restart: unless-stopped restart: unless-stopped