1
0
Fork 0

baserow: re-enable

This commit is contained in:
Lukáš Kucharczyk 2023-12-01 20:04:32 +01:00
parent da7898a94c
commit df3f1dcff8
Signed by: lukas
SSH Key Fingerprint: SHA256:vMuSwvwAvcT6htVAioMP7rzzwMQNi3roESyhv+nAxeg
2 changed files with 1 additions and 4 deletions

1
.env
View File

@ -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

View File

@ -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