Advertisement
Guest User

Untitled

a guest
Aug 27th, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. dotnet:
  2. image: dchq/dotnet-names-directory:latest
  3. publish_all: true
  4. #ports:
  5. # - 5000:5000
  6. host: host1
  7. mem_min: 200m
  8. environment:
  9. - database_driverClassName=postgres
  10. - database_url=Host={{postgres | container_private_ip}};Database={{postgres | POSTGRES_DB}};Username={{postgres | POSTGRES_USER}};Password={{postgres | POSTGRES_PASSWORD}}
  11. plugins:
  12. - !plugin
  13. id: hHjF0
  14. lifecycle: post_create
  15. restart: false
  16. postgres:
  17. image: postgres:latest
  18. host: host1
  19. mem_min: 300m
  20. environment:
  21. - POSTGRES_DB=NameDirectory
  22. - POSTGRES_USER=root
  23. - POSTGRES_PASSWORD={{alphanumeric | 8}}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement