Advertisement
Guest User

Untitled

a guest
Oct 19th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. version: "3.1"
  2.  
  3. services:
  4. postgres:
  5. image: postgres:10.4
  6. python:
  7. image: python:3.6.6
  8. node:
  9. image: node:10.16
  10. nginx:
  11. image: nginx:1.17
  12. mysql:
  13. image: mysql:8.0
  14. php:
  15. image: php:7.2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement