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_ANIME_EXTERNAL_PORT=8988
|
||||
SONARR_INTERNAL_PORT=8989
|
||||
BASEROW_EXTERNAL_PORT=8089
|
||||
BASEROW_INTERNAL_PORT=80
|
||||
GITEA_WEBUI_EXTERNAL_PORT=3002
|
||||
GITEA_WEBUI_INTERNAL_PORT=3000
|
||||
|
|
|
@ -519,15 +519,13 @@ services:
|
|||
- postgres
|
||||
depends_on:
|
||||
- postgres
|
||||
ports:
|
||||
- "${BASEROW_EXTERNAL_PORT}:${BASEROW_INTERNAL_PORT}"
|
||||
env_file:
|
||||
- baserow.env
|
||||
volumes:
|
||||
- "${DOCKER_STORAGE_PATH}/baserow:/baserow/data"
|
||||
restart: unless-stopped
|
||||
profiles:
|
||||
- disabled
|
||||
- base
|
||||
|
||||
postgres:
|
||||
container_name: postgres
|
||||
|
|
Loading…
Reference in New Issue