This repository has been archived on 2025-02-18. You can view files and clone it, but cannot push or open issues or pull requests.
pontus-mail/docker-compose.yml.example

11 lines
231 B
Plaintext
Raw Permalink Normal View History

2024-12-03 01:47:43 -05:00
services:
2024-12-03 22:36:16 -05:00
pontus-mail:
build: .
container_name: pontus-mail
restart: always
ports:
- "2424:3000"
2024-12-03 22:36:16 -05:00
volumes:
- ./donations.json:/usr/src/app/donations.json
2024-12-03 22:36:16 -05:00
environment:
2025-01-19 18:28:47 -05:00
- NODE_ENV=production