add garage service with env-based secret injection
Deploy garage / deploy (push) Failing after 6s

This commit is contained in:
2026-03-19 12:13:07 -04:00
parent 3a8fb09bcf
commit 3478e05c49
4 changed files with 52 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
services:
garage:
build:
context: .
dockerfile: Dockerfile
restart: unless-stopped
container_name: garage
env_file: .env
networks:
- shared
ports:
- '3901:3901'
volumes:
- ./data:/var/lib/garage/data
- ./meta:/var/lib/garage/meta
networks:
shared:
external: true