set volumes for api, postgres-db, goose

This commit is contained in:
valitovgaziz
2025-05-07 16:42:30 +05:00
parent c5d10d3b5d
commit 9f4fb23652
+5
View File
@@ -64,3 +64,8 @@ services:
- ./data/certbot/www:/var/www/certbot - ./data/certbot/www:/var/www/certbot
entrypoint: "/bin/sh -c 'trap exit TERM; while :; do certbot renew; sleep 12h & wait $${!}; done;'" entrypoint: "/bin/sh -c 'trap exit TERM; while :; do certbot renew; sleep 12h & wait $${!}; done;'"
restart: unless-stopped restart: unless-stopped
volumes:
api:
postgres-db:
goose: