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