docker: add compose file for nginx proxy manager
All checks were successful
Push to Docker Hub / Push Docker image to Docker Hub (push) Successful in 1m29s

This commit is contained in:
Aidan 2025-05-09 00:03:54 -04:00
parent 7a0674bfdb
commit c873708833

11
docker-compose.nginx.yml Normal file
View File

@ -0,0 +1,11 @@
services:
aidxncc:
build: .
networks:
- nginx
environment:
- NODE_ENV=production
networks:
nginx:
external: true