mirror of
https://github.com/okxlin/appstore.git
synced 2026-02-24 03:47:42 +08:00
feat:更新极光面板latest
This commit is contained in:
parent
b03d17b045
commit
5de04097ef
@ -15,7 +15,7 @@ services:
|
||||
TRAFFIC_INTERVAL_SECONDS: 600
|
||||
DDNS_INTERVAL_SECONDS: 120
|
||||
command: bash worker.sh
|
||||
image: leishi1313/aurora-admin-backend:0.18.6
|
||||
image: leishi1313/aurora-admin-backend:latest
|
||||
depends_on:
|
||||
- redis
|
||||
labels:
|
||||
@ -33,7 +33,7 @@ services:
|
||||
PYTHONPATH: .
|
||||
DATABASE_URL: postgresql://${PANEL_DB_USER}:${PANEL_DB_USER_PASSWORD}@postgres:5432/${PANEL_DB_NAME}
|
||||
SECREY_KEY: ${SECRECY_KEY}
|
||||
image: leishi1313/aurora-admin-backend:0.18.6
|
||||
image: leishi1313/aurora-admin-backend:latest
|
||||
command: bash -c "while !</dev/tcp/postgres/5432; do sleep 1; done; alembic upgrade heads && python app/main.py"
|
||||
depends_on:
|
||||
- postgres
|
||||
@ -46,7 +46,7 @@ services:
|
||||
restart: always
|
||||
networks:
|
||||
- aurora-network
|
||||
image: leishi1313/aurora-admin-frontend:0.18.6
|
||||
image: leishi1313/aurora-admin-frontend:latest
|
||||
environment:
|
||||
TZ: 'Asia/Shanghai'
|
||||
ports:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user