Explorar o código

Bind database.yml.docker to correctly (again?)

Andrew Swistak %!s(int64=6) %!d(string=hai) anos
pai
achega
9ced65955b
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      docker-compose.yml

+ 3 - 0
docker-compose.yml

@@ -10,6 +10,9 @@ x-app:
     - type: bind
       source: .
       target: /app
+    - type: bind
+      source: ./config/database.yml.docker
+      target: /app/config/database.yml
     - gems:/usr/local/bundle
     - node_modules:/app/node_modules
   working_dir: /app