mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-15 16:53:55 +08:00
feat: update jimeng-free-api 0.0.6
This commit is contained in:
16
apps/jimeng-free-api/0.0.6/docker-compose.yml
Normal file
16
apps/jimeng-free-api/0.0.6/docker-compose.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
services:
|
||||
jimeng-free-api:
|
||||
image: vinlic/jimeng-free-api:0.0.6
|
||||
container_name: ${CONTAINER_NAME}
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:8000
|
||||
networks:
|
||||
- 1panel-network
|
||||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
labels:
|
||||
createdBy: Apps
|
||||
restart: always
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
Reference in New Issue
Block a user