mirror of
https://github.com/fccapria/scientify.git
synced 2026-01-12 02:36:10 +00:00
14 lines
217 B
YAML
14 lines
217 B
YAML
services:
|
|
db:
|
|
container_name: pg
|
|
image: postgres:15-alpine
|
|
env_file:
|
|
- ./.env
|
|
ports:
|
|
- "5432:5432"
|
|
volumes:
|
|
- postgres_data:/var/lib/postgresql/data
|
|
|
|
volumes:
|
|
postgres_data:
|
|
|