myos override for stack supabase

This commit is contained in:
2025-02-02 21:17:42 +01:00
parent fb2f7e67dc
commit 7fbfc6aba6
22 changed files with 1332 additions and 1 deletions
+1 -1
View File
@@ -436,7 +436,7 @@ services:
retries: 3
volumes:
- ./volumes/logs/vector.yml:/etc/vector/vector.yml:ro
- ${DOCKER_SOCKET_LOCATION}:/var/run/docker.sock:ro
- ${DOCKER_SOCKET_LOCATION:-/var/run/docker.sock}:/var/run/docker.sock:ro
environment:
LOGFLARE_API_KEY: ${LOGFLARE_API_KEY}
command: [ "--config", "/etc/vector/vector.yml" ]