Commit 9c1e3e15 authored by haoyanbin's avatar haoyanbin

1

parent 9fba9ffb
version: "3.5"
services:
pyvpet:
restart: always
build:
context: .
args:
ENVARG: dev
dockerfile: Dockerfile
image: pyvpet-img:latest
ports:
- 5080:5080
volumes:
- /Users/haoyanbin/PycharmProjects/pyvpet:/pyvpet
networks:
- diagnosis_network
networks:
diagnosis_network:
driver: bridge
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment