chore(service): use major version for openpanel (#8053)
This commit is contained in:
parent
6f677af657
commit
5a7356fbfb
1 changed files with 3 additions and 3 deletions
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
services:
|
services:
|
||||||
openpanel-dashboard:
|
openpanel-dashboard:
|
||||||
image: lindesvard/openpanel-dashboard:2.0.0
|
image: lindesvard/openpanel-dashboard:2
|
||||||
environment:
|
environment:
|
||||||
- NODE_ENV=production
|
- NODE_ENV=production
|
||||||
- SELF_HOSTED=true
|
- SELF_HOSTED=true
|
||||||
|
|
@ -37,7 +37,7 @@ services:
|
||||||
start_period: 15s
|
start_period: 15s
|
||||||
|
|
||||||
openpanel-api:
|
openpanel-api:
|
||||||
image: lindesvard/openpanel-api:2.0.0
|
image: lindesvard/openpanel-api:2
|
||||||
command: >
|
command: >
|
||||||
sh -c "
|
sh -c "
|
||||||
echo 'Running migrations...'
|
echo 'Running migrations...'
|
||||||
|
|
@ -74,7 +74,7 @@ services:
|
||||||
retries: 5
|
retries: 5
|
||||||
|
|
||||||
openpanel-worker:
|
openpanel-worker:
|
||||||
image: lindesvard/openpanel-worker:2.0.0
|
image: lindesvard/openpanel-worker:2
|
||||||
environment:
|
environment:
|
||||||
- DISABLE_BULLBOARD=${DISABLE_BULLBOARD:-1}
|
- DISABLE_BULLBOARD=${DISABLE_BULLBOARD:-1}
|
||||||
- NODE_ENV=production
|
- NODE_ENV=production
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue