Compare commits
1 Commits
master
...
115e38468b
| Author | SHA1 | Date | |
|---|---|---|---|
| 115e38468b |
@@ -54,7 +54,7 @@ services:
|
||||
- traefik.http.services.mealie.loadbalancer.server.port=9000
|
||||
|
||||
mealie-postgres:
|
||||
image: postgres:18.4@sha256:8ff36f3c66371cba71d20ceedccfc3de9669a68737607888c4ef0af93abe8e39
|
||||
image: postgres:18.4@sha256:fd03421d521b789274856f57ba64914f8271255ef1415ac307cbc907121c8c7b
|
||||
container_name: mealie-postgres
|
||||
restart: unless-stopped
|
||||
|
||||
|
||||
@@ -46,7 +46,7 @@ services:
|
||||
- "traefik.http.services.nextcloud.loadbalancer.server.port=80"
|
||||
|
||||
nextcloud-postgres:
|
||||
image: postgres:18.4@sha256:8ff36f3c66371cba71d20ceedccfc3de9669a68737607888c4ef0af93abe8e39
|
||||
image: postgres:18.4@sha256:fd03421d521b789274856f57ba64914f8271255ef1415ac307cbc907121c8c7b
|
||||
container_name: nextcloud-postgres
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
postgresql17:
|
||||
image: postgres:18.4@sha256:8ff36f3c66371cba71d20ceedccfc3de9669a68737607888c4ef0af93abe8e39
|
||||
image: postgres:18.4@sha256:fd03421d521b789274856f57ba64914f8271255ef1415ac307cbc907121c8c7b
|
||||
container_name: postgresql17
|
||||
restart: unless-stopped
|
||||
|
||||
|
||||
Reference in New Issue
Block a user