We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ac75ab commit 15a6d65Copy full SHA for 15a6d65
deploy/production/docker-compose.yml
@@ -9,6 +9,7 @@ services:
9
- ./data/api/runtime:/var/www/html/api/runtime
10
- ./data/api/web/assets:/var/www/html/api/web/assets
11
- ./data/backend/runtime:/var/www/html/backend/runtime
12
+ - ./data/backend/rbac:/var/www/html/backend/rbac
13
- ./data/backend/web/assets:/var/www/html/backend/web/assets
14
- ./data/console/runtime:/var/www/html/console/runtime
15
- ./data/frontend/runtime:/var/www/html/frontend/runtime
@@ -17,7 +18,6 @@ services:
17
18
environment:
19
ENABLE_ENV_FILE: 1
20
ENABLE_LOCALCONF: 1
- API_TOKEN: "47591fb1175145933b20f80d89c9da0381e9339a"
21
expose:
22
- 9000
23
restart: always
0 commit comments