mirror of
https://github.com/Discreetly/server.git
synced 2026-01-13 14:57:55 -05:00
16 lines
221 B
YAML
16 lines
221 B
YAML
version: '3'
|
|
services:
|
|
postgres:
|
|
image: postgres:latest
|
|
container_name: postgres
|
|
ports:
|
|
- '5432:5432'
|
|
volumes:
|
|
- progresDB:/data/postgres
|
|
env_file:
|
|
- ./.env
|
|
|
|
volumes:
|
|
progresDB:
|
|
|