This commit is contained in:
2023-09-24 15:04:44 +00:00
parent 3b8926fb61
commit 25655b7bcb
5 changed files with 39 additions and 2 deletions

View File

@@ -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: