running so far
This commit is contained in:
+6
-6
@@ -1,12 +1,12 @@
|
||||
version: "3.7"
|
||||
services:
|
||||
postgres:
|
||||
container_name: 'rss-postgres'
|
||||
image: 'postgres:latest'
|
||||
container_name: "rss-postgres"
|
||||
image: "postgres:latest"
|
||||
restart: always
|
||||
ports:
|
||||
- '5432:5432'
|
||||
- "5432:5432"
|
||||
environment:
|
||||
- 'POSTGRES_USER=admin'
|
||||
- 'POSTGRES_DB=to_do'
|
||||
- 'POSTGRES_PASSWORD=secret+123'
|
||||
- "POSTGRES_USER=admin"
|
||||
- "POSTGRES_DB=rss"
|
||||
- "POSTGRES_PASSWORD=secret+123"
|
||||
|
||||
Reference in New Issue
Block a user