modules/docker-compose.yml
Aidan 9bb0dbddf6
All checks were successful
Build and Push Docker Image / build_and_push (push) Successful in 10s
remove unneccessary command, use prebuilt images
2025-02-18 04:43:06 +00:00

11 lines
233 B
YAML

services:
modules-app:
image: "git.pontusmail.org/aidan/modules:latest"
container_name: modules-app
restart: always
ports:
- "3002:3000"
volumes:
- .:/app
environment:
- NODE_ENV=production