mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
Updated to rails 7.1 and ruby 3.1.4
This commit is contained in:
@@ -51,6 +51,12 @@ services:
|
||||
restart: always
|
||||
networks:
|
||||
database:
|
||||
healthcheck:
|
||||
test: mysqladmin ping -h 127.0.0.1 -u root --password=$$MYSQL_PASSWORD
|
||||
start_period: 5s
|
||||
interval: 5s
|
||||
timeout: 5s
|
||||
retries: 10
|
||||
|
||||
worker:
|
||||
image: wrestlingdev
|
||||
|
||||
Reference in New Issue
Block a user