http-overlay
This commit is contained in:
parent
df6750ff82
commit
88d3bb288d
@ -1,15 +1,14 @@
|
||||
version: '2.2'
|
||||
|
||||
networks:
|
||||
v6d:
|
||||
http-overlay:
|
||||
external: true
|
||||
shl: {}
|
||||
|
||||
services:
|
||||
sharelatex:
|
||||
restart: always
|
||||
image: sharelatex/sharelatex:with-texlive-full
|
||||
image: forgejo.parrrate.ru/parrrate/sharelatex:with-texlive-full
|
||||
build: .
|
||||
hostname: sharelatex
|
||||
container_name: sharelatex
|
||||
depends_on:
|
||||
mongo:
|
||||
@ -18,7 +17,7 @@ services:
|
||||
condition: service_started
|
||||
networks:
|
||||
shl: {}
|
||||
v6d: {}
|
||||
http-overlay: {}
|
||||
expose:
|
||||
- 80
|
||||
links:
|
||||
|
Loading…
Reference in New Issue
Block a user