mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2025-02-03 09:37:58 +08:00
Processed apps directory via GitHub Actions
This commit is contained in:
parent
1307fc975d
commit
5079f31dab
@ -7,7 +7,7 @@ services:
|
|||||||
env_file:
|
env_file:
|
||||||
- ./envs/global.env
|
- ./envs/global.env
|
||||||
- .env
|
- .env
|
||||||
image: bitbus/paopao-ce:all-in-one-v0.6.0-alpha.2
|
image: bitbus/paopao-ce:all-in-one-0.6-alpha
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
networks:
|
networks:
|
@ -15,6 +15,8 @@ if [ -f .env ]; then
|
|||||||
mkdir -p "$PAOPAO_CE_ROOT_PATH/config"
|
mkdir -p "$PAOPAO_CE_ROOT_PATH/config"
|
||||||
cp ./conf/config.yaml "$PAOPAO_CE_ROOT_PATH/config/config.yaml"
|
cp ./conf/config.yaml "$PAOPAO_CE_ROOT_PATH/config/config.yaml"
|
||||||
|
|
||||||
|
chown -R 1000:1000 "$PAOPAO_CE_ROOT_PATH"
|
||||||
|
|
||||||
echo "Check Finish."
|
echo "Check Finish."
|
||||||
|
|
||||||
else
|
else
|
@ -7,7 +7,7 @@ services:
|
|||||||
env_file:
|
env_file:
|
||||||
- ./envs/global.env
|
- ./envs/global.env
|
||||||
- .env
|
- .env
|
||||||
image: bitbus/paopao-ce:all-in-one-v0.6.0-alpha.2
|
image: bitbus/paopao-ce:all-in-one-0.6-alpha
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
networks:
|
networks:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user