Loading docker-compose.prod.yml +12 −3 Original line number Original line Diff line number Diff line Loading @@ -48,6 +48,8 @@ services: - ./etc/nginx/nginx.conf:/etc/nginx/nginx.conf - ./etc/nginx/nginx.conf:/etc/nginx/nginx.conf - ./etc/nginx/proxy_spot_params:/etc/nginx/proxy_spot_params - ./etc/nginx/proxy_spot_params:/etc/nginx/proxy_spot_params - ./searx/static:/var/www/spot/static - ./searx/static:/var/www/spot/static labels: - "com.centurylinklabs.watchtower.scope=staging-spot" filtron: filtron: image: dalf/filtron:latest image: dalf/filtron:latest Loading @@ -61,6 +63,13 @@ services: volumes: volumes: - ./etc/filtron/rules.json:/etc/filtron/rules.json - ./etc/filtron/rules.json:/etc/filtron/rules.json watchtower: image: containrrr/watchtower volumes: - /var/run/docker.sock:/var/run/docker.sock command: --interval 86400 --scope staging-spot labels: - "com.centurylinklabs.watchtower.scope=staging-spot" networks: networks: staging-spot-default: staging-spot-default: Loading .env +1 −1 File changed.Contains only whitespace changes. Show changes Loading
docker-compose.prod.yml +12 −3 Original line number Original line Diff line number Diff line Loading @@ -48,6 +48,8 @@ services: - ./etc/nginx/nginx.conf:/etc/nginx/nginx.conf - ./etc/nginx/nginx.conf:/etc/nginx/nginx.conf - ./etc/nginx/proxy_spot_params:/etc/nginx/proxy_spot_params - ./etc/nginx/proxy_spot_params:/etc/nginx/proxy_spot_params - ./searx/static:/var/www/spot/static - ./searx/static:/var/www/spot/static labels: - "com.centurylinklabs.watchtower.scope=staging-spot" filtron: filtron: image: dalf/filtron:latest image: dalf/filtron:latest Loading @@ -61,6 +63,13 @@ services: volumes: volumes: - ./etc/filtron/rules.json:/etc/filtron/rules.json - ./etc/filtron/rules.json:/etc/filtron/rules.json watchtower: image: containrrr/watchtower volumes: - /var/run/docker.sock:/var/run/docker.sock command: --interval 86400 --scope staging-spot labels: - "com.centurylinklabs.watchtower.scope=staging-spot" networks: networks: staging-spot-default: staging-spot-default: Loading