switch to debian in docker
This commit is contained in:
@@ -42,7 +42,7 @@ services:
|
||||
POSTGRES_PASSWORD: ${DB_PASSWORD:-ksef}
|
||||
TZ: ${APP_TIMEZONE:-Europe/Warsaw}
|
||||
volumes:
|
||||
- ./db/pgsql:/var/lib/postgresql/data
|
||||
- ./db/pgsql:/var/lib/postgresql
|
||||
ports:
|
||||
- "${DB_PORT:-5432}:5432"
|
||||
healthcheck:
|
||||
|
||||
Reference in New Issue
Block a user