This commit is contained in:
15
docker-compose.yml
Normal file
15
docker-compose.yml
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user