http-overlay

This commit is contained in:
AF 2024-08-16 21:15:34 +00:00
parent df6750ff82
commit 88d3bb288d
Signed by: alisa
SSH Key Fingerprint: SHA256:vNY4pdIZvO1FYJKHROkdHLtvyopizvZVAEwg9AF6h04

View File

@ -1,15 +1,14 @@
version: '2.2'
networks: networks:
v6d: http-overlay:
external: true external: true
shl: {} shl: {}
services: services:
sharelatex: sharelatex:
restart: always restart: always
image: sharelatex/sharelatex:with-texlive-full image: forgejo.parrrate.ru/parrrate/sharelatex:with-texlive-full
build: . build: .
hostname: sharelatex
container_name: sharelatex container_name: sharelatex
depends_on: depends_on:
mongo: mongo:
@ -18,7 +17,7 @@ services:
condition: service_started condition: service_started
networks: networks:
shl: {} shl: {}
v6d: {} http-overlay: {}
expose: expose:
- 80 - 80
links: links: