Updated Config directories
This commit is contained in:
@@ -122,7 +122,7 @@ services:
|
|||||||
- "${WEB_PORT}:80"
|
- "${WEB_PORT}:80"
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
volumes:
|
volumes:
|
||||||
- /RancherConfig/${DATA_DIR}/nginx.conf:/etc/nginx/nginx.conf:ro
|
- /RancherCattleConfig/${DATA_DIR}/nginx.conf:/etc/nginx/nginx.conf:ro
|
||||||
volumes_from:
|
volumes_from:
|
||||||
- app
|
- app
|
||||||
|
|
||||||
|
|||||||
@@ -23,8 +23,8 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
- /RancherConfig/${DATA_DIR}/traefik.toml:/traefik.toml
|
- /RancherCattleConfig/${DATA_DIR}/traefik.toml:/traefik.toml
|
||||||
- /RancherConfig/${DATA_DIR}/acme.json:/acme.json
|
- /RancherCattleConfig/${DATA_DIR}/acme.json:/acme.json
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
public-proxy:
|
public-proxy:
|
||||||
Reference in New Issue
Block a user