mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-28 19:41:33 +02: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
|