Last active
September 20, 2024 11:08
-
-
Save rafaelmaeuer/358603c5b5ad83043f0306cc40496f9f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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