sd
This commit is contained in:
parent
04ce338e3a
commit
e8c8e79aec
1 changed files with 9 additions and 0 deletions
|
|
@ -38,6 +38,8 @@ services:
|
||||||
# For details of other optional environment variables, including features such
|
# For details of other optional environment variables, including features such
|
||||||
# as multiuser mode, visit https://manyfold.app/sysadmin/configuration.html
|
# as multiuser mode, visit https://manyfold.app/sysadmin/configuration.html
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
- manyfold
|
- manyfold
|
||||||
- netgrimoire
|
- netgrimoire
|
||||||
|
|
@ -45,6 +47,9 @@ services:
|
||||||
- postgres
|
- postgres
|
||||||
- redis
|
- redis
|
||||||
|
|
||||||
|
deploy:
|
||||||
|
|
||||||
|
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:15
|
image: postgres:15
|
||||||
volumes:
|
volumes:
|
||||||
|
|
@ -56,12 +61,16 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- manyfold
|
- manyfold
|
||||||
|
|
||||||
|
deploy:
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
image: redis:7
|
image: redis:7
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
networks:
|
networks:
|
||||||
- manyfold
|
- manyfold
|
||||||
|
|
||||||
|
deploy:
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
netgrimoire:
|
netgrimoire:
|
||||||
external: true
|
external: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue