fixes
This commit is contained in:
@@ -7,6 +7,8 @@ services:
|
||||
volumes:
|
||||
- ..:/workspace:cached
|
||||
command: sleep infinity
|
||||
ports:
|
||||
- 1234:8080
|
||||
|
||||
db:
|
||||
image: postgres
|
||||
@@ -16,6 +18,7 @@ services:
|
||||
POSTGRES_DB: iot
|
||||
ports:
|
||||
- 5432:5432
|
||||
restart: always
|
||||
command: ["postgres", "-c", "log_statement=all"]
|
||||
|
||||
adminer:
|
||||
|
||||
Reference in New Issue
Block a user