Loading theia/docker-compose.theia.yml +3 −1 Original line number Diff line number Diff line Loading @@ -5,11 +5,13 @@ services: image: theiaide/theia volumes: - '${HOME}:/home/project:cached' init: true networks: - 'srv' restart: always user: 1000:1000 # With this, you cannot install plugins but you can save files labels: - 'traefik.enable=true' - 'traefik.http.routers.theia.middlewares=basic_auth@docker' - 'traefik.http.routers.theia.rule=Host(`theia.${SITE}`)' - 'traefik.http.services.theia.loadbalancer.server.port=3000' - 'traefik.http.routers.theia.middlewares=basic_auth@docker' Loading
theia/docker-compose.theia.yml +3 −1 Original line number Diff line number Diff line Loading @@ -5,11 +5,13 @@ services: image: theiaide/theia volumes: - '${HOME}:/home/project:cached' init: true networks: - 'srv' restart: always user: 1000:1000 # With this, you cannot install plugins but you can save files labels: - 'traefik.enable=true' - 'traefik.http.routers.theia.middlewares=basic_auth@docker' - 'traefik.http.routers.theia.rule=Host(`theia.${SITE}`)' - 'traefik.http.services.theia.loadbalancer.server.port=3000' - 'traefik.http.routers.theia.middlewares=basic_auth@docker'