mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-06-16 01:02:14 +08:00
Processed apps directory via GitHub Actions
This commit is contained in:
@@ -3,7 +3,7 @@ networks:
|
||||
external: true
|
||||
services:
|
||||
teemii-backend:
|
||||
container_name: backend-teemii
|
||||
container_name: backend-${CONTAINER_NAME}
|
||||
env_file:
|
||||
- ./envs/global.env
|
||||
- .env
|
||||
@@ -19,7 +19,7 @@ services:
|
||||
volumes:
|
||||
- ${TEEMII_ROOT_PATH}/data:/data
|
||||
teemii-frontend:
|
||||
container_name: frontend-teemii
|
||||
container_name: frontend-${CONTAINER_NAME}
|
||||
env_file:
|
||||
- ./envs/global.env
|
||||
- .env
|
||||
|
||||
Reference in New Issue
Block a user