Created
October 1, 2020 21:01
-
-
Save Servuc/f575906ce727448e6f3d5f26a151ea55 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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