1
0
mirror of https://github.com/alice-lg/alice-lg.git synced 2024-05-11 05:55:03 +00:00
alice-lg-alice-lg/db/compose.yml

14 lines
195 B
YAML
Raw Normal View History

version: "3"
services:
postgres:
image: postgres:11
ports:
- 5432:5432
environment:
POSTGRES_PASSWORD: postgres
volumes:
- ./_data:/var/lib/postgresql/data