- First round of fixes for RC1
All checks were successful
Chore App Build and Push Docker Images / build-and-push (push) Successful in 2m18s
All checks were successful
Chore App Build and Push Docker Images / build-and-push (push) Successful in 2m18s
This commit is contained in:
@@ -3,15 +3,16 @@ version: "3.8"
|
||||
|
||||
services:
|
||||
chore-test-app-backend: # Test backend service name
|
||||
image: git.ryankegel.com:3000/ryan/backend:next-1.0.4-20260211 # Use dev tag
|
||||
image: git.ryankegel.com:3000/ryan/backend:next # Use latest next tag
|
||||
ports:
|
||||
- "5004:5000" # Host 5004 -> Container 5000
|
||||
environment:
|
||||
- FLASK_ENV=development
|
||||
- FRONTEND_URL=https://devserver.lan:446 # Add this for test env
|
||||
# Add volumes, networks, etc., as needed
|
||||
|
||||
chore-test-app-frontend: # Test frontend service name
|
||||
image: git.ryankegel.com:3000/ryan/frontend:next-1.0.4-20260211 # Use dev tag
|
||||
image: git.ryankegel.com:3000/ryan/frontend:next # Use latest next tag
|
||||
ports:
|
||||
- "446:443" # Host 446 -> Container 443 (HTTPS)
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user