Goalpost (for now)
This commit is contained in:
parent
dd34fe2707
commit
b7c417090a
14
docker-compose.yml
Normal file
14
docker-compose.yml
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user