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