Skip to content

Instantly share code, notes, and snippets.

@lukaszlach
Last active April 18, 2019 20:27
Show Gist options
  • Save lukaszlach/72df139550a5e86e09bf32c0ae7c56fa to your computer and use it in GitHub Desktop.
Save lukaszlach/72df139550a5e86e09bf32c0ae7c56fa to your computer and use it in GitHub Desktop.
version: '3.7'
services:
orca:
image: lukaszlach/orca
container_name: orca
ports: ["8080:8080"]
depends_on: ["mysql"]
environment: ["ORCA_MYSQL=mysql:3306"]
mysql:
image: mysql:5.7
environment: ["MYSQL_ROOT_PASSWORD=orc4"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment