mirror of
https://github.com/okxlin/appstore.git
synced 2025-07-14 13:22:18 +08:00
17 lines
361 B
YAML
17 lines
361 B
YAML
services:
|
|
mt-photos-deepface:
|
|
image: "mtphotos/mt-photos-deepface:latest"
|
|
container_name: ${CONTAINER_NAME}
|
|
restart: always
|
|
networks:
|
|
- 1panel-network
|
|
ports:
|
|
- "${PANEL_APP_PORT_HTTP}:8066"
|
|
environment:
|
|
- API_AUTH_KEY=${API_AUTH_KEY}
|
|
labels:
|
|
createdBy: "Apps"
|
|
|
|
networks:
|
|
1panel-network:
|
|
external: true |