deploy: move backend host port to 18000 to avoid 8000 conflict
Some checks failed
Deploy to Production / deploy (push) Failing after 5m10s
Some checks failed
Deploy to Production / deploy (push) Failing after 5m10s
This commit is contained in:
@@ -38,7 +38,7 @@ services:
|
||||
prestart:
|
||||
condition: service_completed_successfully
|
||||
ports:
|
||||
- "127.0.0.1:8000:8000"
|
||||
- "127.0.0.1:18000:8000"
|
||||
env_file:
|
||||
- .env.production
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user