mirror of
https://github.com/lus/pasty.git
synced 2023-08-10 21:13:09 +03:00
add development docker compose stack
This commit is contained in:
parent
3b91c94ed4
commit
8bd64caec0
16
docker-compose.dev.yml
Normal file
16
docker-compose.dev.yml
Normal file
@ -0,0 +1,16 @@
|
||||
version: "3"
|
||||
|
||||
volumes:
|
||||
postgres:
|
||||
|
||||
services:
|
||||
postgres:
|
||||
image: "postgres:12-alpine"
|
||||
ports:
|
||||
- "5432:5432"
|
||||
volumes:
|
||||
- "postgres:/var/lib/postgresql/data"
|
||||
environment:
|
||||
POSTGRES_PASSWORD: "dev"
|
||||
POSTGRES_USER: "dev"
|
||||
POSTGRES_DB: "pasty"
|
Loading…
x
Reference in New Issue
Block a user