full reborn
This commit is contained in:
11
server/docker-compose.yml
Normal file
11
server/docker-compose.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
version: "3.4"
|
||||
|
||||
services:
|
||||
test_postgres:
|
||||
image: postgres
|
||||
environment:
|
||||
POSTGRES_USER: "test"
|
||||
POSTGRES_PASSWORD: "test"
|
||||
POSTGRES_DB: "test"
|
||||
ports:
|
||||
- "8090:5432"
|
||||
Reference in New Issue
Block a user