mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
7dc6456dca
[misc] update translations sync for monorepo GitOrigin-RevId: 794a9192212f7b63c040a08c42a1e9c6b3341609
12 lines
296 B
YAML
12 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
|