version
Some checks failed
🏗️✨ Build Workflow / 🖥️ 🔨 Build (push) Has been cancelled

This commit is contained in:
2025-07-29 13:45:04 -04:00
parent a7fef89dda
commit c0fd8d6796
2 changed files with 4 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ services:
- "--entrypoints.web.http.redirections.entrypoint.permanent=true"
api:
image: scr.siteworxpro.com/gun-manager:v0.0.3
image: scr.siteworxpro.com/gun-manager:v0.0.6
container_name: gun-manager
labels:
- "traefik.enable=true"
@@ -32,3 +32,5 @@ services:
command:
- "-database"
- "./data/gun_inventory.sqlite"
environment:
CORS_ORIGINS: "https://localhost"