mirror of
https://github.com/exchanges-lab/view.git
synced 2026-08-05 05:36:06 +08:00
17 lines
296 B
YAML
17 lines
296 B
YAML
services:
|
|
|
|
frontend:
|
|
image: ghcr.io/exchanges-lab/statistic/fronted_tv:latest
|
|
container_name: frontend_tv
|
|
networks:
|
|
- cycle
|
|
#ports:
|
|
# - "8080:80"
|
|
environment:
|
|
- API_BASE_URL=${API_BASE_URL}
|
|
restart: unless-stopped
|
|
|
|
networks:
|
|
cycle:
|
|
external: true
|