Goalpost (for now)

This commit is contained in:
Isaac Shoebottom 2024-08-22 20:57:56 -03:00
parent dd34fe2707
commit b7c417090a

14
docker-compose.yml Normal file
View 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