mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-04 04:12:45 +00:00 
			
		
		
		
	Remove 443 Port from nginx
This commit is contained in:
		@@ -10,7 +10,7 @@ services:
 | 
			
		||||
          - node.role == manager
 | 
			
		||||
    ports:
 | 
			
		||||
      - "80:80"
 | 
			
		||||
      - "443:443"
 | 
			
		||||
      # - "443:443"
 | 
			
		||||
    image: jwilder/nginx-proxy:latest
 | 
			
		||||
    volumes:
 | 
			
		||||
       - /var/run/docker.sock:/tmp/docker.sock:ro
 | 
			
		||||
@@ -24,7 +24,7 @@ services:
 | 
			
		||||
        constraints:
 | 
			
		||||
          - node.role == manager
 | 
			
		||||
    environment:
 | 
			
		||||
      - VIRTUAL_HOST=nopaque.localhost
 | 
			
		||||
      - VIRTUAL_HOST=nopaque.localhost,129.70.216.233
 | 
			
		||||
    env_file: nopaque.env
 | 
			
		||||
    image: gitlab.ub.uni-bielefeld.de:4567/sfb1288inf/opaque:development
 | 
			
		||||
    volumes:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user