Unverified Commit c4cbba00 authored by Tom Moulard's avatar Tom Moulard
Browse files

compose: fixups

parent 0a64d280
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -17,7 +17,6 @@ services:
      - './gitlab/data:/var/opt/gitlab'
    networks:
      - 'srv'
    restart: always
    labels:
      - 'traefik.enable=true'
      - 'traefik.http.routers.gitlab.rule=Host(`gitlab.${SITE}`)'
@@ -31,6 +30,5 @@ services:
      - '/var/run/docker.sock:/var/run/docker.sock'
    links:
      - gitlab
    restart: always
    labels:
      - 'traefik.enable=false'
+0 −1
Original line number Diff line number Diff line
@@ -31,6 +31,5 @@ services:
    volumes:
      - ./hugo/blog:/src
      - ./hugo/nginx/conf/www:/output
    restart: always
    labels:
      - 'traefik.enable=false'
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ services:
      - 'PEERTUBE_WEBSERVER_PORT=443'
      - 'PEERTUBE_WEBSERVER_HTTPS=true'
      - 'PEERTUBE_ADMIN_EMAIL=admin@${SITE}'
      - 'PEERTUBE_TRUST_PROXY=["127.0.0.1", "loopback", "172.18.0.0/16"]'
      - 'PEERTUBE_TRUST_PROXY=["127.0.0.1", "loopback", "172.0.0.0/0"]'
    volumes:
      - ./peertube/data:/data
      - ./peertube/config:/config
+0 −2
Original line number Diff line number Diff line
@@ -36,7 +36,6 @@ services:
      - 27017
    volumes:
      - ./sharelatex/mongo:/data/db
    restart: always
    labels:
      - 'traefik.enable=false'

@@ -47,6 +46,5 @@ services:
      - 6379
    volumes:
      - ./sharelatex/redis/data:/data
    restart: always
    labels:
      - 'traefik.enable=false'