mirror of
https://github.com/exchanges-lab/view.git
synced 2026-08-04 21:31:22 +08:00
18 lines
300 B
YAML
18 lines
300 B
YAML
services:
|
|
backend:
|
|
image: ghcr.io/exchanges-lab/statistic/backend:v1.2
|
|
container_name: backend
|
|
networks:
|
|
- cycle
|
|
#ports:
|
|
# - "3000:3000"
|
|
env_file:
|
|
- .env
|
|
volumes:
|
|
- ./storage:/storage
|
|
restart: unless-stopped
|
|
|
|
networks:
|
|
cycle:
|
|
external: true
|