Guest User

Untitled

a guest
Mar 19th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. pg-dump2swift:
  2. environment:
  3. - OS_CONTAINER_NAME=app-production-db-backups
  4. - OS_PASSWORD=<mot de passe swift>
  5. - OS_REGION=<region>
  6. - OS_TENANT_NAME=<numéro de tenant swift>
  7. - OS_USERNAME=<nom d'utilisateur swift>
  8. - PGDATABASE=app_production
  9. image: 'yourcursus/docker-pg_dump-to-swift:9.5'
  10. links:
  11. - postgres
  12. tags:
  13. - production
Add Comment
Please, Sign In to add comment