version: '2' | |
services: | |
web: | |
build: | |
context: . | |
ports: | |
- "8080:8080" | |
environment: | |
- [email protected] | |
- MAIL_PASSWORD=rdyuwlebtveybfae | |
nginx: | |
restart: always | |
build: ./nginx/ | |
ports: | |
- "80:80" | |
links: | |
- web | |
version: '2' | |
services: | |
web: | |
build: | |
context: . | |
ports: | |
- "8080:8080" | |
environment: | |
- [email protected] | |
- MAIL_PASSWORD=rdyuwlebtveybfae | |
nginx: | |
restart: always | |
build: ./nginx/ | |
ports: | |
- "80:80" | |
links: | |
- web | |