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
392 B
21 lines
392 B
version: '3.9'
|
|
services:
|
|
dev-web:
|
|
image: ruoyi-admin
|
|
container_name: ruoyi-admin
|
|
restart: always
|
|
networks:
|
|
- caddynetwork
|
|
environment:
|
|
TZ: Asia/Shanghai
|
|
SPRING_PROFILE: druid
|
|
volumes:
|
|
- /etc/localtime:/etc/localtime:ro
|
|
- logs:/javarun/logs
|
|
ports:
|
|
- "8080:8080"
|
|
volumes:
|
|
logs:
|
|
networks:
|
|
caddynetwork:
|
|
name: caddynetwork |