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