running so far

This commit is contained in:
2022-12-27 18:17:24 +01:00
parent 31b47e892d
commit 8b121c9e6e
16 changed files with 134 additions and 18 deletions
+6 -6
View File
@@ -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"