You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
471 B
21 lines
471 B
version: '3.8'
|
|
services:
|
|
logserver:
|
|
image: codeskyblue/gohttpserver
|
|
container_name: logserver
|
|
restart: always
|
|
networks:
|
|
- caddynetwork
|
|
environment:
|
|
TZ: Asia/Shanghai
|
|
volumes:
|
|
- /etc/localtime:/etc/localtime:ro
|
|
- ruoyi-admin_logs:/app/public
|
|
command: ["--auth-type", "http", "--auth-http", "libob:KiQBW3GcHAuAQMB2tcc0o"]
|
|
networks:
|
|
caddynetwork:
|
|
name: caddynetwork
|
|
volumes:
|
|
ruoyi-admin_logs:
|
|
external: true
|