docker: add compose file for nginx proxy manager

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