mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-18 09:11:19 +00: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
|