mirror of
https://github.com/okxlin/appstore.git
synced 2026-02-23 19:37:42 +08:00
Create docker-compose.yml
This commit is contained in:
parent
98d8bba552
commit
9da4739675
24
apps/easybot/1.4.0-f36ec/docker-compose.yml
Normal file
24
apps/easybot/1.4.0-f36ec/docker-compose.yml
Normal file
@ -0,0 +1,24 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
easybot:
|
||||
image: zzh4141/easybot-docker:1.4.0-f36ec
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- ${BRIDGE_PORT}:${BRIDGE_PORT}
|
||||
- "5000:5000"
|
||||
volumes:
|
||||
- ./data:/app
|
||||
environment:
|
||||
- ServerOptions__Host=0.0.0.0
|
||||
- ServerOptions__Port=${BRIDGE_PORT}
|
||||
- Kestrel__Endpoints__web_app__Url=${WEB_APP_HTTP}
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
Loading…
Reference in New Issue
Block a user