Add Docker deployment files for Unity infrastructure migration

This commit is contained in:
Claude
2026-02-06 06:28:52 +00:00
parent 0ba20f45b3
commit eb1010d8af
4 changed files with 65 additions and 21 deletions

8
entrypoint.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
set -e
# Start Sidekiq in background
bundle exec sidekiq -C config/sidekiq.yml -e production &
# Start Puma on port 3000
exec bundle exec puma -C config/puma_docker.rb