mirror of
https://github.com/BetterCorp/BetterFrame.git
synced 2026-05-26 21:26:33 +00:00
reverting volume definitions
This commit is contained in:
parent
ffe448463a
commit
aab2e928c5
1 changed files with 3 additions and 10 deletions
|
|
@ -24,10 +24,7 @@ services:
|
||||||
environment:
|
environment:
|
||||||
- TZ=UTC
|
- TZ=UTC
|
||||||
volumes:
|
volumes:
|
||||||
- type: bind
|
- ./sec-config.yaml:/home/bsb/sec-config.yaml:ro
|
||||||
source: ${SERVER_SEC_CONFIG:-./sec-config.yaml}
|
|
||||||
target: /home/bsb/sec-config.yaml
|
|
||||||
read_only: true
|
|
||||||
expose:
|
expose:
|
||||||
- "18080"
|
- "18080"
|
||||||
- "18081"
|
- "18081"
|
||||||
|
|
@ -68,9 +65,7 @@ services:
|
||||||
environment:
|
environment:
|
||||||
- TZ=UTC
|
- TZ=UTC
|
||||||
volumes:
|
volumes:
|
||||||
- type: bind
|
- nrdata:/data
|
||||||
source: ${NODERED_DATA_DIR:./nrdata}
|
|
||||||
target: /data
|
|
||||||
expose:
|
expose:
|
||||||
- "1880"
|
- "1880"
|
||||||
healthcheck:
|
healthcheck:
|
||||||
|
|
@ -92,9 +87,7 @@ services:
|
||||||
- POSTGRES_PASSWORD=${BF_PG_PASSWORD:-betterframe}
|
- POSTGRES_PASSWORD=${BF_PG_PASSWORD:-betterframe}
|
||||||
- POSTGRES_DB=${BF_PG_DB:-betterframe}
|
- POSTGRES_DB=${BF_PG_DB:-betterframe}
|
||||||
volumes:
|
volumes:
|
||||||
- type: bind
|
- pgdata:/var/lib/postgresql
|
||||||
source: ${POSTGRES_DATA_DIR:./pgdata}
|
|
||||||
target: /var/lib/postgresql
|
|
||||||
expose:
|
expose:
|
||||||
- "5432"
|
- "5432"
|
||||||
healthcheck:
|
healthcheck:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue