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
|
||||
# as multiuser mode, visit https://manyfold.app/sysadmin/configuration.html
|
||||
|
||||
|
||||
|
||||
networks:
|
||||
- manyfold
|
||||
- netgrimoire
|
||||
|
|
@ -45,6 +47,9 @@ services:
|
|||
- postgres
|
||||
- redis
|
||||
|
||||
deploy:
|
||||
|
||||
|
||||
postgres:
|
||||
image: postgres:15
|
||||
volumes:
|
||||
|
|
@ -56,12 +61,16 @@ services:
|
|||
networks:
|
||||
- manyfold
|
||||
|
||||
deploy:
|
||||
|
||||
redis:
|
||||
image: redis:7
|
||||
restart: on-failure
|
||||
networks:
|
||||
- manyfold
|
||||
|
||||
deploy:
|
||||
|
||||
networks:
|
||||
netgrimoire:
|
||||
external: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue