Further tweaks

This commit is contained in:
ponzischeme89
2026-04-18 07:51:16 +12:00
parent 5ce13d0ba0
commit 1368810689
8 changed files with 58 additions and 113 deletions
+4 -2
View File
@@ -3,8 +3,10 @@ version: "3.9"
# Sublogue main app stack
services:
sublogue:
# Production image for Sublogue
image: ponzischeme89/sublogue:latest
# Build the private image from this repository root
build:
context: .
image: sublogue:local
# Explicit container name for easy discovery
container_name: sublogue
# Always restart unless manually stopped