Don't include geoip volume in main compose.yml

This commit is contained in:
Nick Sellen 2024-03-29 16:24:44 +00:00
parent 036e5b33eb
commit ad652a2815
Signed by: nicksellen
GPG Key ID: 7C3A275C0DC2EFA1
1 changed files with 0 additions and 4 deletions

View File

@ -48,7 +48,6 @@ services:
- vapid_private_key
- livekit_api_secret
volumes:
- "geoip_data:/var/lib/GeoIP"
- "app_data:/app/uploads/"
environment:
- CSRF_TRUSTED_ORIGINS
@ -110,8 +109,6 @@ services:
image: "codeberg.org/karrot/karrot-backend:v14.0.1"
depends_on:
- app
volumes:
- "geoip_data:/var/lib/GeoIP"
networks:
- internal
secrets:
@ -212,7 +209,6 @@ secrets:
name: ${STACK_NAME}_livekit_api_secret_${SECRET_LIVEKIT_API_SECRET_VERSION}
volumes:
geoip_data:
app_data:
postgres_data:
redis_data: