@@ -5,5 +5,10 @@ services:
|
||||
command: bash -c "rm -f tmp/pids/server.pid && bundle exec rails s -p 3000 -b '0.0.0.0'"
|
||||
volumes:
|
||||
- .:/myapp
|
||||
environment:
|
||||
- SERVICE_URL_TEAM_ALPHA=https://team-alpha.faded.digital
|
||||
- SERVICE_FQDN_TEAM_ALPHA=team-alpha.faded.digital
|
||||
- SERVICE_URL_TEAM_ALPHA_3000=https://team-alpha.faded.digital:3000
|
||||
- SERVICE_FQDN_TEAM_ALPHA_3000=team-alpha.faded.digital:3000
|
||||
expose:
|
||||
- "3000"
|
||||
|
||||
Reference in New Issue
Block a user