medication/docker-compose.yml

18 lines
392 B
YAML
Raw Normal View History

2024-08-22 20:57:56 -03:00
version: "3"
services:
medication:
container_name: medication
image: medication
build:
context: ./
dockerfile: Dockerfile
2024-08-22 21:00:46 -03:00
ports:
- "42069:8080"
2024-08-22 20:57:56 -03:00
environment:
- DATA_DIR=/data
env_file:
- stack.env
volumes:
2024-08-23 10:42:06 -03:00
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
2024-08-22 20:57:56 -03:00
- /docker/appdata/medication/data:/data