fix: docker compose up voor development

Spint enkel de nodige containers op voor development.
Anders gebruik -f compose.stating.yml of compose.production.yml
This commit is contained in:
Tibo De Peuter 2025-03-21 10:00:49 +01:00
parent 06b5a93cef
commit 7a657c9b86
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2
3 changed files with 42 additions and 19 deletions

View file

@ -36,17 +36,5 @@ services:
KC_HEALTH_ENABLED: 'true'
KC_LOG_LEVEL: info
logging:
image: grafana/loki:latest
ports:
- '9001:3102'
- '9095:9095'
command: -config.file=/etc/loki/config.yaml
restart: unless-stopped
volumes:
- ./config/loki/config.yml:/etc/loki/config.yaml
- dwengo_loki_data:/loki
volumes:
dwengo_loki_data:
dwengo_postgres_data: