modules/docker-compose.yml

11 lines
233 B
YAML
Raw Permalink Normal View History

2024-12-17 00:00:40 -05:00
services:
modules-app:
image: "git.pontusmail.org/aidan/modules:latest"
container_name: modules-app
restart: always
2024-12-17 00:00:40 -05:00
ports:
2025-01-07 19:57:03 -05:00
- "3002:3000"
2024-12-17 00:00:40 -05:00
volumes:
- .:/app
environment:
- NODE_ENV=production