2
0
mirror of https://github.com/offen/website.git synced 2024-11-22 17:10:29 +01:00

use different docker image for local vault development

This commit is contained in:
Frederik Ring 2019-04-27 08:21:11 -06:00
parent f67ea27579
commit c9ebfff1a1

View File

@ -21,7 +21,7 @@ database:
- POSTGRES_PASSWORD=develop - POSTGRES_PASSWORD=develop
vault: vault:
image: node:10 image: timbru31/node-chrome:slim
working_dir: /vault working_dir: /vault
volumes: volumes:
- ./vault:/vault - ./vault:/vault