ScopeSentry/docker-compose.yml

20 lines
452 B
YAML
Raw Permalink Normal View History

2024-06-05 13:39:34 +00:00
version: '3'
services:
scope-sentry:
image: autumn27/scopesentry:latest
container_name: scope-sentry
restart: always
ports:
2024-06-12 12:40:02 +00:00
- "8082:80"
2024-06-05 13:39:34 +00:00
environment:
TIMEZONE: Asia/Shanghai
MONGODB_IP: 127.0.0.1
MONGODB_PORT: 27017
DATABASE_NAME: ScopeSentry
2024-06-11 13:57:44 +00:00
DATABASE_USER: "root"
DATABASE_PASSWORD: "QckSdkg5CKvtxfec"
2024-06-05 13:39:34 +00:00
REDIS_IP: 127.0.0.1
REDIS_PORT: 6379
2024-06-11 13:57:44 +00:00
REDIS_PASSWORD: "ScopeSentry"