Fix URL
CI / test (3.4.1) (push) Has been cancelled

This commit is contained in:
2026-04-27 18:58:05 +01:00
parent 18e933c552
commit 76f5c0b323
+5
View File
@@ -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'" command: bash -c "rm -f tmp/pids/server.pid && bundle exec rails s -p 3000 -b '0.0.0.0'"
volumes: volumes:
- .:/myapp - .:/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: expose:
- "3000" - "3000"