Don't include geoip volume in main compose.yml
This commit is contained in:
parent
036e5b33eb
commit
ad652a2815
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user