Skip to content

Commit

Permalink
remove host name and CLI proxy which are not necessary by default
Browse files Browse the repository at this point in the history
  • Loading branch information
machisuji committed Sep 30, 2024
1 parent 7d2f684 commit 1710ba7
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions docker-compose.override.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,23 @@

services:
backend:
environment:
OPENPROJECT_CLI_PROXY: "http://localhost:${FE_PORT:-4200}"
OPENPROJECT_HOST__NAME: "${HOST:-localhost}:${PORT:-3000}"
# use these ports to be able to access the stack under http://localhost:3000
ports:
- "${PORT:-3000}:3000"

frontend:
# use these ports to be able to access the stack under http://localhost:3000
ports:
- "${FE_PORT:-4200}:4200"

db:
ports:
- '5432:5432'
# db:
# ports:
# - '5432:5432'

db-test:
ports:
- '5433:5432'
# db-test:
# ports:
# - '5433:5432'

chrome:
ports:
- '5900:5900'
# chrome:
# ports:
# - '5900:5900'

0 comments on commit 1710ba7

Please sign in to comment.