diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..3f1a781 --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,14 @@ +version: "3" +services: + medication: + container_name: medication + image: medication + build: + context: ./ + dockerfile: Dockerfile + environment: + - DATA_DIR=/data + env_file: + - stack.env + volumes: + - /docker/appdata/medication/data:/data \ No newline at end of file