mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-29 09:03:36 -05:00
17 lines
242 B
YAML
17 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
|