http-overlay
This commit is contained in:
parent
df6750ff82
commit
88d3bb288d
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user