Last active
September 17, 2019 09:57
-
-
Save channainfo/fb150df42206254f3f454d19f56e3e72 to your computer and use it in GitHub Desktop.
docker-application.yml
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
default: &default | |
DATABASE_NAME_DEVELOPMENT: 'avocado_docker_dev' | |
DATABASE_USER: 'root' | |
DATABASE_PASSWORD: '' | |
DATABASE_POOL_SIZE: '50' | |
DATABASE_HOST: 'db' # container from docker | |
MEMCACHED_SERVER: 'memcached:11211' #container name | |
development: | |
<<: *default |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment