auto commit

This commit is contained in:
bangdk 2024-11-18 20:14:48 +09:00
parent 3faee4f21d
commit c4f3730ba6

View File

@ -52,7 +52,7 @@ services:
- "${TIMESCALEDB_PORT}:5442"
environment:
POSTGRES_DB: ${TIMESCALEDB_DB}
POSTGRES_USER: ${TIMESCALEDB_USER}
POSTGRES_USER: ${TIMESCALEDB_DATABASE}
POSTGRES_PASSWORD: ${TIMESCALEDB_PASSWORD}
volumes:
- fems_timescaledb:/var/lib/postgresql/data
@ -116,11 +116,6 @@ services:
environment:
- NODE_ENV=${NODE_ENV:-development}
restart: unless-stopped
logging:
driver: "json-file"
options:
max-size: "${LOG_MAX_SIZE}"
max-file: "${LOG_MAX_FILES}"
volumes:
fems_postgres: