Guest User

Untitled

a guest
Jul 18th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. fedora:
  2. build: ./fcrepo
  3. image: moravianlibrary/fcrepo:4.7.5
  4. environment:
  5. TZ: "Europe/Prague"
  6. JAVA_OPTS:
  7. "-Dfcrepo.modeshape.configuration=classpath:/config/file-simple/repository.json
  8. -Dfcrepo.postgresql.username=fedoraAdmin
  9. -Dfcrepo.postgresql.password=fedoraAdmin
  10. -Dfcrepo.postgresql.host=fedoraPostgres
  11. -Dfcrepo.modeshape.configuration=classpath:/config/jdbc-postgresql/repository.json"
  12. ports:
  13. - '8080:8080'
  14. volumes:
  15. - /data/fedora:/fcrepo4-data
  16. networks:
  17. default:
  18. aliases:
  19. - krameriusFedora
  20. logging:
  21. driver: json-file
  22. options:
  23. max-size: 100m
  24. max-file: '1'
  25. restart: always
  26. fedoraPostgres:
  27. image: "postgres:9.6"
  28. environment:
  29. - POSTGRES_USER=fedoraAdmin
  30. - POSTGRES_PASSWORD=fedoraAdmin
  31. - POSTGRES_DB=fcrepo
  32. volumes:
  33. - /data/fedora4Postgres:/var/lib/postgresql/data
Add Comment
Please, Sign In to add comment