SYYTe/deploy/docker-compose.yml
2022-10-08 23:31:01 +08:00

11 lines
242 B
YAML

version: '3.9'
services:
maku-boot:
image: makunet:1.0
container_name: maku-boot
ports:
- 8080:8080
environment:
- spring.profiles.active=prod
volumes:
- /work/www/maku-boot/maku-server.jar:/app/app.jar