Skip to content

Commit

Permalink
chore(build): update deploy yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
zacksleo committed Sep 30, 2018
1 parent 3ac75ab commit 15a6d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/production/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ services:
- ./data/api/runtime:/var/www/html/api/runtime
- ./data/api/web/assets:/var/www/html/api/web/assets
- ./data/backend/runtime:/var/www/html/backend/runtime
- ./data/backend/rbac:/var/www/html/backend/rbac
- ./data/backend/web/assets:/var/www/html/backend/web/assets
- ./data/console/runtime:/var/www/html/console/runtime
- ./data/frontend/runtime:/var/www/html/frontend/runtime
Expand All @@ -17,7 +18,6 @@ services:
environment:
ENABLE_ENV_FILE: 1
ENABLE_LOCALCONF: 1
API_TOKEN: "47591fb1175145933b20f80d89c9da0381e9339a"
expose:
- 9000
restart: always
Expand Down

0 comments on commit 15a6d65

Please sign in to comment.