TraefikIntegration #5
@@ -10,8 +10,6 @@ services:
 | 
			
		||||
      - ./bitwarden/:/data/
 | 
			
		||||
    networks:
 | 
			
		||||
      - bitwarden
 | 
			
		||||
    depends_on:
 | 
			
		||||
      - traefik
 | 
			
		||||
    labels:
 | 
			
		||||
      ## Expose Bitwarden Through Trefik ##
 | 
			
		||||
      - "traefik.enable=true" # <== Enable traefik to proxy this container
 | 
			
		||||
 
 | 
			
		||||
@@ -12,8 +12,6 @@ services:
 | 
			
		||||
      - backend
 | 
			
		||||
    ports:
 | 
			
		||||
      - "27017:27017"
 | 
			
		||||
    depends_on:
 | 
			
		||||
      - traefik
 | 
			
		||||
    environment:
 | 
			
		||||
      MONGO_INITDB_ROOT_USERNAME: root
 | 
			
		||||
      MONGO_INITDB_ROOT_PASSWORD: rootpassword
 | 
			
		||||
 
 | 
			
		||||
@@ -14,8 +14,6 @@ services:
 | 
			
		||||
      - development
 | 
			
		||||
    ports:
 | 
			
		||||
      - "222:22"
 | 
			
		||||
    depends_on:
 | 
			
		||||
      - traefik
 | 
			
		||||
    environment:
 | 
			
		||||
      - APP_NAME="gitea"
 | 
			
		||||
      - USER_UID=1000
 | 
			
		||||
 
 | 
			
		||||
@@ -13,7 +13,6 @@ services:
 | 
			
		||||
      - services
 | 
			
		||||
      - nextcloud
 | 
			
		||||
    depends_on:
 | 
			
		||||
      - traefik
 | 
			
		||||
      - db
 | 
			
		||||
    environment:
 | 
			
		||||
      - MYSQL_USER=nextcloud
 | 
			
		||||
 
 | 
			
		||||
@@ -8,8 +8,6 @@ services:
 | 
			
		||||
    container_name: luke-else.co.uk
 | 
			
		||||
    volumes:
 | 
			
		||||
      - ./luke-else.co.uk/:/var/www/html
 | 
			
		||||
    depends_on:
 | 
			
		||||
      - traefik
 | 
			
		||||
    labels:
 | 
			
		||||
      ## Expose luke-else Through Trefik ##
 | 
			
		||||
      - "traefik.enable=true" # <== Enable traefik to proxy this container
 | 
			
		||||
@@ -27,8 +25,6 @@ services:
 | 
			
		||||
    container_name: snexo.co.uk
 | 
			
		||||
    volumes:
 | 
			
		||||
      - ./snexo.co.uk/:/var/www/html
 | 
			
		||||
    depends_on:
 | 
			
		||||
      - traefik
 | 
			
		||||
    labels:
 | 
			
		||||
      ## Expose Snexo Through Trefik ##
 | 
			
		||||
      - "traefik.enable=true" # <== Enable traefik to proxy this container
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user