chore: implement semantic versioning with docker image tagging

This commit is contained in:
2026-03-31 16:34:30 -07:00
parent 777d3a93bf
commit 779f9f4e7c
7 changed files with 775 additions and 36 deletions
+4 -1
View File
@@ -7,7 +7,7 @@
services:
app:
image: euchre-camp/euchre-camp:latest
image: dhg.lol:5000/euchre-camp:0.1.0.dev
container_name: euchre-camp
ports:
- "51193:3000"
@@ -27,6 +27,9 @@ services:
# Trusted Origins for Better Auth
- TRUSTED_ORIGINS=${TRUSTED_ORIGINS:-http://localhost:3000,http://127.0.0.1:3000}
# Version tracking
- IMAGE_VERSION=0.1.0.dev
volumes:
# Persist uploaded files and static content
- /DATA/AppData/euchre-camp/config:/app/public/uploads