auto commit
This commit is contained in:
parent
3faee4f21d
commit
c4f3730ba6
@ -52,7 +52,7 @@ services:
|
|||||||
- "${TIMESCALEDB_PORT}:5442"
|
- "${TIMESCALEDB_PORT}:5442"
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_DB: ${TIMESCALEDB_DB}
|
POSTGRES_DB: ${TIMESCALEDB_DB}
|
||||||
POSTGRES_USER: ${TIMESCALEDB_USER}
|
POSTGRES_USER: ${TIMESCALEDB_DATABASE}
|
||||||
POSTGRES_PASSWORD: ${TIMESCALEDB_PASSWORD}
|
POSTGRES_PASSWORD: ${TIMESCALEDB_PASSWORD}
|
||||||
volumes:
|
volumes:
|
||||||
- fems_timescaledb:/var/lib/postgresql/data
|
- fems_timescaledb:/var/lib/postgresql/data
|
||||||
@ -116,11 +116,6 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- NODE_ENV=${NODE_ENV:-development}
|
- NODE_ENV=${NODE_ENV:-development}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
logging:
|
|
||||||
driver: "json-file"
|
|
||||||
options:
|
|
||||||
max-size: "${LOG_MAX_SIZE}"
|
|
||||||
max-file: "${LOG_MAX_FILES}"
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
fems_postgres:
|
fems_postgres:
|
||||||
|
Loading…
Reference in New Issue
Block a user