mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-01 15:01:40 -05:00
18 lines
242 B
YAML
18 lines
242 B
YAML
|
version: "3"
|
||
|
|
||
|
networks:
|
||
|
default:
|
||
|
external:
|
||
|
name: sharelatex_overleaf
|
||
|
|
||
|
services:
|
||
|
git_bridge:
|
||
|
build:
|
||
|
context: .
|
||
|
dockerfile: Dockerfile
|
||
|
volumes:
|
||
|
- .:/app
|
||
|
command: make run
|
||
|
ports:
|
||
|
- 8000:8000
|