mirror of
https://github.com/bjoernellens1/cps_loki.git
synced 2024-11-22 15:33:46 +00:00
update
This commit is contained in:
parent
765ec54ef6
commit
1337b94615
@ -249,26 +249,26 @@ services:
|
||||
# Core Services for Web Management #
|
||||
################################################################################################################################
|
||||
|
||||
npm: # nginx proxy manager for reverse proxying the webservices
|
||||
#user "bjoern.ellensohn@unileoben.ac.at" cpsAdmin@unileoben.ac.at
|
||||
#password "cpsloki_npm"
|
||||
image: 'jc21/nginx-proxy-manager:latest'
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- caddy_network
|
||||
ports:
|
||||
- '80:80'
|
||||
- '81:81'
|
||||
- '443:443'
|
||||
extra_hosts:
|
||||
- "host.docker.internal:host-gateway"
|
||||
#network_mode: host
|
||||
volumes:
|
||||
- npm-data:/data
|
||||
- npm-letsencrypt:/etc/letsencrypt
|
||||
depends_on:
|
||||
- foxglove
|
||||
- olivetin
|
||||
# npm: # nginx proxy manager for reverse proxying the webservices
|
||||
# #user "bjoern.ellensohn@unileoben.ac.at" cpsAdmin@unileoben.ac.at
|
||||
# #password "cpsloki_npm"
|
||||
# image: 'jc21/nginx-proxy-manager:latest'
|
||||
# restart: unless-stopped
|
||||
# networks:
|
||||
# - caddy_network
|
||||
# ports:
|
||||
# - '80:80'
|
||||
# - '81:81'
|
||||
# - '443:443'
|
||||
# extra_hosts:
|
||||
# - "host.docker.internal:host-gateway"
|
||||
# #network_mode: host
|
||||
# volumes:
|
||||
# - npm-data:/data
|
||||
# - npm-letsencrypt:/etc/letsencrypt
|
||||
# depends_on:
|
||||
# - foxglove
|
||||
# - olivetin
|
||||
|
||||
caddy:
|
||||
image: caddy:latest
|
||||
|
Loading…
Reference in New Issue
Block a user