1
0
1Panel-Appstore/apps/myip/latest/docker-compose.yml

20 lines
437 B
YAML
Raw Normal View History

2024-01-05 14:55:11 +08:00
services:
myip:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
2024-06-01 17:27:13 +08:00
- "${PANEL_APP_PORT_HTTP}:18966"
2024-01-05 14:55:11 +08:00
environment:
- BING_MAP_API_KEY=${BING_MAP_API_KEY}
- ALLOWED_DOMAINS=${ALLOWED_DOMAINS}
- IPINFO_API_TOKEN=${IPINFO_API_TOKEN}
image: jason5ng32/myip:latest
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true