mirror of
https://github.com/mgerb/classic-wow-forums
synced 2026-01-08 08:22:48 +00:00
14 lines
196 B
YAML
14 lines
196 B
YAML
# used for dev
|
|
|
|
version: '2'
|
|
|
|
services:
|
|
cwf-postgres:
|
|
image: postgres
|
|
environment:
|
|
- POSTGRES_PASSWORD=postgres
|
|
ports:
|
|
- 5432:5432
|
|
volumes:
|
|
- ./backups:/home/backups
|