Added Login
This commit is contained in:
+4
-4
@@ -2,8 +2,8 @@ services:
|
||||
postgres:
|
||||
image: 'postgres:latest'
|
||||
environment:
|
||||
- 'POSTGRES_DB=mydatabase'
|
||||
- 'POSTGRES_PASSWORD=secret'
|
||||
- 'POSTGRES_USER=myuser'
|
||||
- 'POSTGRES_DB=misael'
|
||||
- 'POSTGRES_PASSWORD=misael-dev'
|
||||
- 'POSTGRES_USER=misael'
|
||||
ports:
|
||||
- '5432'
|
||||
- '10051:5432'
|
||||
|
||||
Reference in New Issue
Block a user