2024-12-17 00:00:40 -05:00
|
|
|
services:
|
2025-01-07 09:23:31 -05:00
|
|
|
modules-app:
|
2025-02-18 04:43:06 +00:00
|
|
|
image: "git.pontusmail.org/aidan/modules:latest"
|
2025-01-07 09:23:31 -05:00
|
|
|
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
|
2025-01-07 09:23:31 -05:00
|
|
|
environment:
|
|
|
|
- NODE_ENV=production
|