Compare commits

...

2 Commits

Author SHA1 Message Date
9b0b929fd8 Merge branch 'master' of ssh://gitea.larvit.se:21022/pwrpln/auth-api
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-16 22:51:33 +02:00
1b043afb78 Disable external port for postgres
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-16 22:50:17 +02:00

View File

@ -8,8 +8,8 @@ services:
- POSTGRES_USER=postgres
- POSTGRES_PASSWORD=prutt
- POSTGRES_DB=auth
ports:
- 5432:5432
# ports:
# - 5432:5432
healthcheck:
test: ["CMD-SHELL", "pg_isready"]
interval: 3s