sd
Some checks are pending
Deploy on push / detect (push) Waiting to run
Deploy on push / deploy_swarm (push) Blocked by required conditions
Deploy on push / deploy_compose (push) Blocked by required conditions

This commit is contained in:
traveler 2026-04-28 15:44:42 -05:00
parent 04ce338e3a
commit e8c8e79aec

View file

@ -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