13 lines
295 B
YAML
13 lines
295 B
YAML
|
services:
|
||
|
postgres:
|
||
|
image: postgres:17
|
||
|
environment:
|
||
|
POSTGRES_PASSWORD: kiss_shot_acerola
|
||
|
POSTGRES_DB: kiss_shot_acerola
|
||
|
ports:
|
||
|
- "5434:5432"
|
||
|
volumes:
|
||
|
- postgres_kiss_shot_acerola_data:/var/lib/postgresql/data
|
||
|
|
||
|
volumes:
|
||
|
postgres_kiss_shot_acerola_data:
|