Guest User

Untitled

a guest
Jan 18th, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. version: '3'
  2.  
  3. services:
  4. postgres:
  5. image: postgres:11.1-alpine
  6. container_name: shadowsDB
  7. environment:
  8. POSTGRES_DB: "league_of_shadows"
  9. POSTGRES_USER: "batman"
  10. POSTGRES_PASSWORD: "blueflower"
  11. volumes:
  12. - ./postgres:/docker-entrypoint-initdb.d # Add the SQL directory as a volume
Add Comment
Please, Sign In to add comment