48hr.email/docker-compose.yml
ClaraCrazy 69011624a7
[Chore]: Updated Docker build
Dockerfile now correctly builds for using locking and compose file uses environment variables instead of mapping the config file into the container
2026-01-03 15:38:23 +01:00

15 lines
309 B
YAML

services:
48hr:
## Map environment variables from file (e.g. for imap password)
env_file: ./.env
image: localhost/48hr
restart: always
build: .
ports:
- 3000:3000
## Create volume for inbox locking
#volumes:
# - 48hr-vol:/home/node/app/db/
#volumes:
# 48hr-vol: