compiling state [wip]
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
version: "3.7"
|
||||
services:
|
||||
postgres:
|
||||
container_name: 'to-do-postgres'
|
||||
image: 'postgres:latest'
|
||||
restart: always
|
||||
ports:
|
||||
- '5432:5432'
|
||||
environment:
|
||||
- 'POSTGRES_USER=admin'
|
||||
- 'POSTGRES_DB=to_do'
|
||||
- 'POSTGRES_PASSWORD=secret+123'
|
||||
Reference in New Issue
Block a user