baserow: re-enable
This commit is contained in:
parent
da7898a94c
commit
df3f1dcff8
1
.env
1
.env
|
@ -92,7 +92,6 @@ PHOTOPRISM_INTERNAL_PORT=2342
|
||||||
SONARR_TV_STANDARD_EXTERNAL_PORT=8989
|
SONARR_TV_STANDARD_EXTERNAL_PORT=8989
|
||||||
SONARR_ANIME_EXTERNAL_PORT=8988
|
SONARR_ANIME_EXTERNAL_PORT=8988
|
||||||
SONARR_INTERNAL_PORT=8989
|
SONARR_INTERNAL_PORT=8989
|
||||||
BASEROW_EXTERNAL_PORT=8089
|
|
||||||
BASEROW_INTERNAL_PORT=80
|
BASEROW_INTERNAL_PORT=80
|
||||||
GITEA_WEBUI_EXTERNAL_PORT=3002
|
GITEA_WEBUI_EXTERNAL_PORT=3002
|
||||||
GITEA_WEBUI_INTERNAL_PORT=3000
|
GITEA_WEBUI_INTERNAL_PORT=3000
|
||||||
|
|
|
@ -519,15 +519,13 @@ services:
|
||||||
- postgres
|
- postgres
|
||||||
depends_on:
|
depends_on:
|
||||||
- postgres
|
- postgres
|
||||||
ports:
|
|
||||||
- "${BASEROW_EXTERNAL_PORT}:${BASEROW_INTERNAL_PORT}"
|
|
||||||
env_file:
|
env_file:
|
||||||
- baserow.env
|
- baserow.env
|
||||||
volumes:
|
volumes:
|
||||||
- "${DOCKER_STORAGE_PATH}/baserow:/baserow/data"
|
- "${DOCKER_STORAGE_PATH}/baserow:/baserow/data"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
profiles:
|
profiles:
|
||||||
- disabled
|
- base
|
||||||
|
|
||||||
postgres:
|
postgres:
|
||||||
container_name: postgres
|
container_name: postgres
|
||||||
|
|
Loading…
Reference in New Issue