aidxnCC/docker-compose.nginx.yml
Aidan c873708833
All checks were successful
Push to Docker Hub / Push Docker image to Docker Hub (push) Successful in 1m29s
docker: add compose file for nginx proxy manager
2025-05-09 00:03:54 -04:00

11 lines
145 B
YAML

services:
aidxncc:
build: .
networks:
- nginx
environment:
- NODE_ENV=production
networks:
nginx:
external: true