chore: prepare v0.1.0 release with correct image tags
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
services:
|
||||
app:
|
||||
image: dhg.lol:5000/euchre-camp:0.1.0.dev
|
||||
image: dhg.lol:5000/euchre-camp:0.1.0
|
||||
container_name: euchre-camp
|
||||
ports:
|
||||
- "51193:3000"
|
||||
@@ -28,7 +28,7 @@ services:
|
||||
- TRUSTED_ORIGINS=${TRUSTED_ORIGINS:-http://localhost:3000,http://127.0.0.1:3000}
|
||||
|
||||
# Version tracking
|
||||
- IMAGE_VERSION=0.1.0.dev
|
||||
- IMAGE_VERSION=0.1.0
|
||||
|
||||
volumes:
|
||||
# Persist uploaded files and static content
|
||||
|
||||
Reference in New Issue
Block a user