mirror of
https://github.com/mgerb/classic-wow-forums
synced 2026-01-10 09:02:50 +00:00
fix: breaking blizzard APIs
This commit is contained in:
13
postgres-compose.yml
Normal file
13
postgres-compose.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
# used for dev
|
||||
|
||||
version: '2'
|
||||
|
||||
services:
|
||||
cwf-postgres:
|
||||
image: postgres
|
||||
environment:
|
||||
- POSTGRES_PASSWORD=postgres
|
||||
ports:
|
||||
- 5432:5432
|
||||
volumes:
|
||||
- ./backups:/home/backups
|
||||
Reference in New Issue
Block a user