Use Puma
CI / test (3.4.1) (push) Has been cancelled

This commit is contained in:
2026-04-27 19:56:56 +01:00
parent de00187ec1
commit b79bdf1976
2 changed files with 1 additions and 10 deletions
-9
View File
@@ -5,12 +5,3 @@ 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_TEAMALPHA=https://team-alpha.faded.digital
- SERVICE_FQDN_TEAMALPHA=team-alpha.faded.digital
- SERVICE_URL_TEAMALPHA_3000=https://team-alpha.faded.digital:3000
- SERVICE_FQDN_TEAMALPHA_3000=team-alpha.faded.digital:3000
- DOMAIN_NAME=${SERVICE_FQDN_TEAMALPHA}
- _APP_URL=$SERVICE_URL_TEAMALPHA
expose:
- "3000"