Guest User

Untitled

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