sha256:44e73c3c3fc7f4dcac750b4689d9fb8ce8a5b2495bdfaeb325ed91339709ff31
Last pushed
over 1 year by arielcarnes
Type
Compose
Manifest digest
sha256:44e73c3c3fc7f4dcac750b4689d9fb8ce8a5b2495bdfaeb325ed91339709ff31
services:
web:
image: rodrilb/clubtenis:1.0.0
ports:
- 8443:8443
environment:
- SPRING_DATASOURCE_URL=jdbc:mysql://db/clubtenis
- SPRING_DATASOURCE_USERNAME=root
- SPRING_DATASOURCE_PASSWORD=admin
depends_on:
db:
condition: service_healthy
restart: on-failure
db:
image: mysql:9.2
environment:
- MYSQL_ROOT_PASSWORD=admin
- MYSQL_DATABASE=clubtenis
volumes:
- db_data:/var/lib/mysql
healthcheck:
test: [ "CMD", "mysqladmin" ,"ping", "-h", "localhost", "-uroot", "-p$$MYSQL_ROOT_PASSWORD" ]
interval: 5s
timeout: 5s
start_period: 10s
retries: 5
restart: on-failure
volumes:
db_data:docker compose -f oci://arielcarnes/clubtenis-compose:1.0.0 upUse the above command to pull and run the Compose file. Learn more.
MySQL is a widely used, open-source relational database management system (RDBMS).
Pulls
1B+
Stars
16185
Last Updated
4 days