restores docker-compose.yml
This commit is contained in:
parent
f12e86c088
commit
57a1a34748
1 changed files with 9 additions and 7 deletions
|
|
@ -46,17 +46,21 @@ services:
|
||||||
build: '.'
|
build: '.'
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
|
labels:
|
||||||
|
caddy: map.goryn.wtf
|
||||||
|
caddy.reverse_proxy: "{{upstreams 80}}"
|
||||||
networks:
|
networks:
|
||||||
- pf
|
- pf
|
||||||
- web
|
- caddy
|
||||||
ports:
|
# ports:
|
||||||
- 80:80
|
# - 80:80
|
||||||
|
# - 8030:8030
|
||||||
healthcheck:
|
healthcheck:
|
||||||
disable: true
|
disable: true
|
||||||
volumes:
|
volumes:
|
||||||
- ${path}/config/pathfinder/config.ini:/var/www/html/pathfinder/app/templateConfig.ini
|
- ${path}/config/pathfinder/config.ini:/var/www/html/pathfinder/app/templateConfig.ini
|
||||||
- ${path}/config/pathfinder/pathfinder.ini:/var/www/html/pathfinder/app/pathfinder.ini
|
- ${path}/config/pathfinder/pathfinder.ini:/var/www/html/pathfinder/app/pathfinder.ini
|
||||||
- ${path}/config/pathfinder/plugin.ini:/var/www/html/pathfinder/app/plugin.ini
|
- ${path}/config/pathfinder/plugins.ini:/var/www/html/pathfinder/app/plugins.ini
|
||||||
depends_on:
|
depends_on:
|
||||||
- pfdb
|
- pfdb
|
||||||
- pf-redis
|
- pf-redis
|
||||||
|
|
@ -64,10 +68,8 @@ services:
|
||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
data:
|
|
||||||
db_data:
|
db_data:
|
||||||
redis_data:
|
redis_data:
|
||||||
networks:
|
networks:
|
||||||
pf:
|
pf:
|
||||||
web:
|
caddy:
|
||||||
external: true
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue