update
This commit is contained in:
parent
71c44269b4
commit
cbf68f4f31
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user