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
All checks were successful
Push to Docker Hub / Push Docker image to Docker Hub (push) Successful in 1m29s
This commit is contained in:
parent
7a0674bfdb
commit
c873708833
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…
x
Reference in New Issue
Block a user