update docker deploy

This commit is contained in:
mubai
2023-07-13 23:49:08 +08:00
parent c4ecdde7f6
commit e111963ffd
37 changed files with 968 additions and 419 deletions

View File

@@ -5,10 +5,11 @@ services:
container_name: film_nginx
image: nginx
ports:
- "3600:80"
- "80:80"
volumes:
- /opt/film/data/nginx/html:/usr/share/nginx/html
- /opt/film/data/nginx/nginx.conf:/etc/nginx/nginx.conf
- /opt/film/data/nginx/logs:/var/log/nginx
networks:
- film-network
depends_on: