T E A F E W… • No more “Works on my machine” • Dev and Prod environments are exactly the same • All dependencies are provided, so… • Zero configuration deploy • Need a quick fix? Just start it all over again…
on my machine” • Dev and Prod environments are exactly the same • All dependencies are provided • Zero configuration deploy • Need a quick fix? Just start it all over again…
O U R M I N D S E T… … T H I S I S J U S T E M B A R A S S I N G ! D E B I A N A PA C H E M Y S Q L P H P D R I V E R A P P L I C AT I O N Ridiculous Image
P O S E . Y M L version: '2' services: web: image: nexy/php7.0:apache ports: - "8080:80" volumes: - nexy:/var/nexy/ depends_on: - db db: image: postgres:9.6.1-alpine expose: - "5432" volumes: - nexy:/var/nexy/ volumes: nexy: driver: local