Skip to content

Instantly share code, notes, and snippets.

@roozbehsam
Created January 21, 2025 15:19
Show Gist options
  • Select an option

  • Save roozbehsam/4e61f075d9edabad83f81875c3f1c906 to your computer and use it in GitHub Desktop.

Select an option

Save roozbehsam/4e61f075d9edabad83f81875c3f1c906 to your computer and use it in GitHub Desktop.
compose with migration
app:
image: busybox
command: sleep infinity
depends_on:
migration:
condition: service_completed_successfully
migration:
image: busybox
command: sleep 30
depends_on:
db:
condition: service_healthy
db:
image: mariadb
environment:
MYSQL_ROOT_PASSWORD: root
healthcheck:
test: mysqladmin -u root --password="$$MYSQL_ROOT_PASSWORD" ping
start_period: 10s
interval: 10s
timeout: 2s
retries: 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment