chore: update latest workflows and dev compose overrides

Allow manual dispatch and self-triggering path updates for latest image workflows while bumping checkout/login actions. Adjust dev compose to favor local builds and bypass backend image entrypoint for local startup.
This commit is contained in:
2026-03-07 20:20:20 +00:00
parent 288f81f631
commit 63996a532c
3 changed files with 13 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
services:
web:
build: ./frontend/
image: ghcr.io/alex-wiesner/voyage-frontend:latest
# image: ghcr.io/alex-wiesner/voyage-frontend:latest
container_name: voyage-frontend
restart: unless-stopped
user: root
@@ -28,9 +28,10 @@ services:
server:
build: ./backend/
image: ghcr.io/alex-wiesner/voyage-backend:latest
# image: ghcr.io/alex-wiesner/voyage-backend:latest
container_name: voyage-backend
restart: unless-stopped
entrypoint: []
env_file: .env
environment:
- DJANGO_SUPERUSER_USERNAME=${DJANGO_ADMIN_USERNAME}