mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-24 21:12:38 -04:00
13 lines
296 B
YAML
13 lines
296 B
YAML
|
version: "2.3"
|
||
|
|
||
|
services:
|
||
|
onesky-client-jail:
|
||
|
build: .
|
||
|
volumes:
|
||
|
# NOTE: Limit code access with targeted bind mount:
|
||
|
# Give it read-and-write access to the locales.
|
||
|
- ../../locales:/app/locales:rw
|
||
|
environment:
|
||
|
- ONE_SKY_PUBLIC_KEY
|
||
|
- ONE_SKY_PRIVATE_KEY
|