Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2025-08-26 09:24:04 +00:00
parent 490176e351
commit a005c98f3c
38 changed files with 621 additions and 182 deletions
+11 -9
View File
@@ -6,24 +6,26 @@ services:
container_name: movie-pilot
env_file:
- ./envs/global.env
- ./envs/movie-pilot.env
- .env
environment:
- NGINX_PORT=${PANEL_APP_PORT_HTTP}
- PORT=${PANEL_APP_PORT_API}
- DEBUG=false
- DEV=false
- LOG_LEVEL=INFO
image: jxxghp/moviepilot:2.7.6
- NGINX_PORT=3000
- PORT=3001
- PUID=0
- PGID=0
- UMASK=022
image: jxxghp/moviepilot:2.7.3
labels:
createdBy: Apps
logging:
driver: json-file
options:
max-size: 5m
network_mode: ${NETWORK_MODE}
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:${PANEL_APP_PORT_HTTP}
- ${PANEL_APP_PORT_API}:${PANEL_APP_PORT_API}
- ${PANEL_APP_PORT_HTTP}:3000
- ${PANEL_APP_PORT_API}:3001
restart: always
stdin_open: true
tty: true