Release devfox101 version as a standalone application
This commit is contained in:
19
apps/mt-photos-ai-devfox101/1.4.0/docker-compose.yml
Normal file
19
apps/mt-photos-ai-devfox101/1.4.0/docker-compose.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
services:
|
||||
mt-photos-ai:
|
||||
image: "devfox101/mt-photos-ai:1.4.0"
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- "${PANEL_APP_PORT_HTTP}:8060"
|
||||
environment:
|
||||
- API_AUTH_KEY=${API_AUTH_KEY}
|
||||
devices:
|
||||
- "/dev/dri:/dev/dri"
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
Reference in New Issue
Block a user