- commit
- dd502cd
- parent
- e9e9163
- author
- Eric Bower
- date
- 2023-10-05 13:40:09 +0000 UTC
chore(docker): sync production changes
2 files changed,
+2,
-1
+1,
-0
1@@ -7,6 +7,7 @@ services:
2 - ./data/postgres-data:/var/lib/postgresql/data
3 ports:
4 - "5432:5432"
5+ command: -N 1024 -B 4096MB
6 minio-caddy:
7 image: ghcr.io/picosh/pico/caddy:latest
8 restart: always
+1,
-1
1@@ -1,7 +1,7 @@
2 version: "3.8"
3 services:
4 postgres:
5- image: postgres
6+ image: postgres:14
7 restart: always
8 profiles:
9 - db