docker sucks
This commit is contained in:
16
docker-compose.yml
Normal file
16
docker-compose.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
services:
|
||||
memento:
|
||||
build: .
|
||||
ports:
|
||||
- 4321:4321
|
||||
|
||||
db:
|
||||
image: postgres:17
|
||||
ports:
|
||||
- 5432:5432
|
||||
volumes:
|
||||
- ./pg:/var/lib/postgresql/data
|
||||
environment:
|
||||
POSTGRES_PASSWORD: test
|
||||
POSTGRES_USER: memento
|
||||
|
||||
Reference in New Issue
Block a user