Adds more DNS plugins

This commit is contained in:
chaptergy
2020-10-06 15:16:45 +02:00
parent 093b48ad7b
commit 64de36cdf2
2 changed files with 94 additions and 0 deletions

View File

@ -11,6 +11,8 @@ services:
- 3080:80
- 3081:81
- 3443:443
networks:
- nginx_proxy_manager
environment:
- NODE_ENV=development
- FORCE_COLOR=1
@ -26,6 +28,8 @@ services:
db:
image: jc21/mariadb-aria
networks:
- nginx_proxy_manager
environment:
MYSQL_ROOT_PASSWORD: "npm"
MYSQL_DATABASE: "npm"
@ -38,6 +42,8 @@ services:
image: 'swaggerapi/swagger-ui:latest'
ports:
- 3001:80
networks:
- nginx_proxy_manager
environment:
URL: "http://127.0.0.1:3081/api/schema"
PORT: '80'
@ -48,3 +54,6 @@ volumes:
npm_data:
le_data:
db_data:
networks:
nginx_proxy_manager: