1
This commit is contained in:
parent
f558b4ace9
commit
6501f0563b
@ -45,26 +45,26 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- trading-network
|
- trading-network
|
||||||
|
|
||||||
# Nginx反向代理(可选)
|
# # Nginx反向代理(可选)
|
||||||
nginx:
|
# nginx:
|
||||||
image: nginx:alpine
|
# image: nginx:alpine
|
||||||
container_name: trading-ai-nginx
|
# container_name: trading-ai-nginx
|
||||||
ports:
|
# ports:
|
||||||
- "80:80"
|
# - "80:80"
|
||||||
- "443:443"
|
# - "443:443"
|
||||||
volumes:
|
# volumes:
|
||||||
- ./nginx/nginx.conf:/etc/nginx/nginx.conf:ro
|
# - ./nginx/nginx.conf:/etc/nginx/nginx.conf:ro
|
||||||
- ./nginx/ssl:/etc/nginx/ssl:ro
|
# - ./nginx/ssl:/etc/nginx/ssl:ro
|
||||||
depends_on:
|
# depends_on:
|
||||||
- trading-web
|
# - trading-web
|
||||||
restart: unless-stopped
|
# restart: unless-stopped
|
||||||
networks:
|
# networks:
|
||||||
- trading-network
|
# - trading-network
|
||||||
|
|
||||||
networks:
|
# networks:
|
||||||
trading-network:
|
# trading-network:
|
||||||
driver: bridge
|
# driver: bridge
|
||||||
|
|
||||||
volumes:
|
# volumes:
|
||||||
trading-data:
|
# trading-data:
|
||||||
driver: local
|
# driver: local
|
||||||
Loading…
Reference in New Issue
Block a user