docker-compose.yml 296 B

123456789101112
  1. version: "2.3"
  2. services:
  3. onesky-client-jail:
  4. build: .
  5. volumes:
  6. # NOTE: Limit code access with targeted bind mount:
  7. # Give it read-and-write access to the locales.
  8. - ../../locales:/app/locales:rw
  9. environment:
  10. - ONE_SKY_PUBLIC_KEY
  11. - ONE_SKY_PRIVATE_KEY