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