update doc
Some checks failed
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2023-07-09 02:26:34 +08:00
parent 023e36b052
commit 2e7766631f
5 changed files with 205 additions and 11 deletions

15
docker-compose.yml Normal file
View File

@@ -0,0 +1,15 @@
version: "3"
services:
todo-service:
build:
context: .
dockerfile: ./Dockerfile
image: todo-service:latest
restart: always
volumes:
- .:/app
environment:
TZ: "Asia/Shanghai"
tty: true