docker: add compose file for nginx proxy manager
This commit is contained in:
parent
7a0674bfdb
commit
c873708833
1 changed files with 11 additions and 0 deletions
11
docker-compose.nginx.yml
Normal file
11
docker-compose.nginx.yml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
services:
|
||||||
|
aidxncc:
|
||||||
|
build: .
|
||||||
|
networks:
|
||||||
|
- nginx
|
||||||
|
environment:
|
||||||
|
- NODE_ENV=production
|
||||||
|
|
||||||
|
networks:
|
||||||
|
nginx:
|
||||||
|
external: true
|
Loading…
Add table
Add a link
Reference in a new issue