Skip to content

Commit 15a6d65

Browse files
committed
chore(build): update deploy yaml
1 parent 3ac75ab commit 15a6d65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/production/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ services:
99
- ./data/api/runtime:/var/www/html/api/runtime
1010
- ./data/api/web/assets:/var/www/html/api/web/assets
1111
- ./data/backend/runtime:/var/www/html/backend/runtime
12+
- ./data/backend/rbac:/var/www/html/backend/rbac
1213
- ./data/backend/web/assets:/var/www/html/backend/web/assets
1314
- ./data/console/runtime:/var/www/html/console/runtime
1415
- ./data/frontend/runtime:/var/www/html/frontend/runtime
@@ -17,7 +18,6 @@ services:
1718
environment:
1819
ENABLE_ENV_FILE: 1
1920
ENABLE_LOCALCONF: 1
20-
API_TOKEN: "47591fb1175145933b20f80d89c9da0381e9339a"
2121
expose:
2222
- 9000
2323
restart: always

0 commit comments

Comments
 (0)