Skip to content

Instantly share code, notes, and snippets.

@rafaelmaeuer
Last active September 20, 2024 11:08
Show Gist options
  • Save rafaelmaeuer/358603c5b5ad83043f0306cc40496f9f to your computer and use it in GitHub Desktop.
Save rafaelmaeuer/358603c5b5ad83043f0306cc40496f9f to your computer and use it in GitHub Desktop.
services:
frontend:
image: frontend
profiles: [frontend]
phpmyadmin:
image: phpmyadmin
depends_on: [db]
profiles: [debug]
backend:
image: backend
db:
image: mysql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment