Created
November 24, 2020 06:46
-
-
Save wilcorrea/dd444e0ca44b4ff18c7e087b29994ded 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' | |
networks: | |
reverse-proxy: | |
external: | |
name: reverse-proxy | |
services: | |
test-app: | |
image: webdevops/php-nginx:7.4 | |
container_name: test-app | |
restart: always | |
networks: | |
- reverse-proxy | |
volumes: | |
- .:/var/www/app | |
environment: | |
- VIRTUAL_HOST=test.devi.tools | |
- WEB_DOCUMENT_ROOT=/var/www/app/public | |
- [email protected] | |
- LETSENCRYPT_HOST=test.devi.tools | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment