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