mirror of
https://github.com/exchanges-lab/view.git
synced 2026-08-07 14:14:44 +08:00
Upload files.
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
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
|
||||
Reference in New Issue
Block a user