Best project in Budapest KIWI event
This commit is contained in:
18
docker-compose.yaml
Normal file
18
docker-compose.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
version: "3"
|
||||
services:
|
||||
redis:
|
||||
image: redis
|
||||
volumes:
|
||||
- .data/redis:/data
|
||||
ports:
|
||||
- "6379:6379"
|
||||
postgres:
|
||||
image: postgres
|
||||
environment:
|
||||
POSTGRES_USER: pythonweekend
|
||||
POSTGRES_PASSWORD: pythonweekend
|
||||
POSTGRES_DB: pythonweekend
|
||||
ports:
|
||||
- "5432:5432"
|
||||
volumes:
|
||||
- .data/postgres-data:/var/lib/postgresql
|
||||
Reference in New Issue
Block a user