Skip to content

Instantly share code, notes, and snippets.

@Servuc
Created October 1, 2020 21:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Servuc/f575906ce727448e6f3d5f26a151ea55 to your computer and use it in GitHub Desktop.
Save Servuc/f575906ce727448e6f3d5f26a151ea55 to your computer and use it in GitHub Desktop.
version: "3"
services:
nginx:
image: nginx
networks:
- frontend
php:
image: php:fpm
networks:
- frontend
- backend
db:
image: postgres
networks:
- backend
networks:
frontend:
backend:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment