diff --git a/.env b/.env index a6898cc..7b04a14 100644 --- a/.env +++ b/.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 diff --git a/docker-compose.yml b/docker-compose.yml index 31111e0..03b7aa6 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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