update nginx
This commit is contained in:
@@ -13,8 +13,10 @@ services:
|
||||
- traefik.http.routers.${ROUTER_NAME}-router.entrypoints=${ENTRYPOINT}
|
||||
- traefik.http.routers.${ROUTER_NAME}-router.rule=Host(`${APP_HOST}`)
|
||||
- traefik.http.routers.${ROUTER_NAME}-router.tls=true
|
||||
volumes:
|
||||
db_data:
|
||||
volumes:
|
||||
- nginx-html:/usr/share/nginx/html
|
||||
- nginx-conf:/etc/nginx
|
||||
|
||||
|
||||
networks:
|
||||
traefik_web:
|
||||
|
||||
Reference in New Issue
Block a user