代码拉取完成,页面将自动刷新
同步操作将从 GuYiTan/sg-exam 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
version: '2.1'
services:
sg-next-app:
build: frontend
image: ${SG_EXAM_REGISTRY}/sg-next-app:${SG_EXAM_VERSION}
networks:
- my-network
ports:
- "81:80"
- "443:443"
volumes:
- ./config-repo/nginx/nginx.conf:/etc/nginx/nginx.conf
- ./config-repo/nginx/cert:/etc/nginx/cert
sg-user-service:
build: sg-user-service
image: ${SG_EXAM_REGISTRY}/sg-user-service:${SG_EXAM_VERSION}
mem_limit: 8g
networks:
- my-network
env_file: config-repo/env/sg-user-service.env
ports:
- "9183:80"
- "4004:4004"
volumes:
- ./config-repo/:/config-repo/
redis:
image: redis:latest
container_name: redis
restart: always
command: redis-server /usr/local/etc/redis/redis.conf
ports:
- "6379:6379"
volumes:
- ./data/redis-data:/data
- ./config-repo/redis/redis.conf:/usr/local/etc/redis/redis.conf
networks:
- my-network
grafana:
image: grafana/grafana
container_name: grafana
restart: always
ports:
- "3000:3000"
volumes:
- ./data/grafana:/var/lib/grafana
networks:
- my-network
prometheus:
image: prom/prometheus
container_name: prometheus
hostname: prometheus
restart: always
volumes:
- ./config-repo/prometheus.yml:/etc/prometheus/prometheus.yml
ports:
- "9090:9090"
networks:
- my-network
kkFileView:
image: keking/kkfileview:4.1.0
container_name: kkFileView
hostname: kkFileView
restart: always
ports:
- "8012:8012"
networks:
- my-network
networks:
my-network:
name: my-network
driver: bridge
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。