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