Migrate web app access through cloudflare tunnel at astrachat.christbru.services

This commit is contained in:
Christbru 2025-10-19 00:53:34 -05:00
commit 16eb5d3775

View file

@ -3,7 +3,7 @@ services:
image: ghcr.io/${REPO_NAME_LOWER}/web-app:${IMAGE_TAG}
restart: always
ports:
- "45.43.2.25:80:3000"
- "127.0.0.1:3033:3000"
environment:
- DATABASE_URL=mysql://${MYSQL_USER}:${MYSQL_PASSWORD}@mysql:3306/${MYSQL_DATABASE}
- RUST_ENGINE_URL=http://rust-engine:8000