fix(teable): remove network

This commit is contained in:
apk 2024-08-02 09:57:36 +03:00
parent 9440fd89ae
commit 610f8fa5bc

View File

@ -26,7 +26,6 @@ services:
- BACKEND_MAIL_AUTH_PASS=${BACKEND_MAIL_AUTH_PASS} - BACKEND_MAIL_AUTH_PASS=${BACKEND_MAIL_AUTH_PASS}
networks: networks:
- dokploy-network - dokploy-network
- teable-standalone
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.routers.${HASH}.rule=Host(`${TEABLE_HOST}`)" - "traefik.http.routers.${HASH}.rule=Host(`${TEABLE_HOST}`)"
@ -52,7 +51,6 @@ services:
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD} - POSTGRES_PASSWORD=${POSTGRES_PASSWORD}
networks: networks:
- dokploy-network - dokploy-network
- teable-standalone
healthcheck: healthcheck:
test: test:
[ [
@ -69,16 +67,12 @@ services:
- TZ=${TIMEZONE} - TZ=${TIMEZONE}
- PRISMA_DATABASE_URL=postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}:${POSTGRES_PORT}/${POSTGRES_DB} - PRISMA_DATABASE_URL=postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}:${POSTGRES_PORT}/${POSTGRES_DB}
networks: networks:
- teable-standalone
- dokploy-network - dokploy-network
depends_on: depends_on:
teable-db: teable-db:
condition: service_healthy condition: service_healthy
networks: networks:
teable-standalone:
name: teable-standalone-network
driver: bridge
dokploy-network: dokploy-network:
external: true external: true