Migrate web app access through cloudflare tunnel at astrachat.christbru.services
This commit is contained in:
parent
5eebd85357
commit
16eb5d3775
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue