Attach web-app to direct ip

This commit is contained in:
Christbru 2025-10-19 00:41:17 -05:00
commit dde800c31a

View file

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