parent
949a48c371
commit
2d80da3405
|
@ -1,8 +1,6 @@
|
||||||
name: PostgreSQL
|
name: postgresql
|
||||||
services:
|
services:
|
||||||
app:
|
postgresql:
|
||||||
image: postgres:15.3
|
|
||||||
restart: unless-stopped
|
|
||||||
environment:
|
environment:
|
||||||
PUID: $PUID
|
PUID: $PUID
|
||||||
PGID: $PGID
|
PGID: $PGID
|
||||||
|
@ -10,6 +8,12 @@ services:
|
||||||
POSTGRES_USER: casaos
|
POSTGRES_USER: casaos
|
||||||
POSTGRES_PASSWORD: casaos
|
POSTGRES_PASSWORD: casaos
|
||||||
POSTGRES_DB: casaos
|
POSTGRES_DB: casaos
|
||||||
|
image: postgres:15.3
|
||||||
|
deploy:
|
||||||
|
resources:
|
||||||
|
reservations:
|
||||||
|
memory: "2048M"
|
||||||
|
restart: unless-stopped
|
||||||
x-casaos:
|
x-casaos:
|
||||||
envs:
|
envs:
|
||||||
- container: PUID
|
- container: PUID
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 49 KiB |
Loading…
Reference in New Issue