-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
efb43b8
commit 36a91b7
Showing
2 changed files
with
27 additions
and
2 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -104,4 +104,11 @@ Si tienes alguna pregunta o necesitas soporte, no dudes en contactarme: | |
Nombre: Javier Avila | ||
Email: [[email protected]] | ||
GitHub: njavilas2015 | ||
GitHub: njavilas2015 | ||
## Apóyame con un café ☕️ | ||
Si te gusta mi trabajo y quieres apoyarme, ¡puedes invitarme a un café! 😊 | ||
[](https://buymeacoffee.com/njavilas | ||
) |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,24 @@ | ||
services: | ||
proxy: | ||
image: nginx:alpine | ||
ports: | ||
- "80:80" | ||
- "443:443" | ||
|
||
volumes: | ||
- ./nginx.conf:/etc/nginx/nginx.conf:ro | ||
|
||
networks: | ||
onbbu: | ||
aliases: | ||
- proxy.onbbu.ar | ||
|
||
qlub: | ||
image: njavilas/qlub:1.0 | ||
volumes: | ||
- ./subdomains.json:/app/subdomains.json | ||
- ./nginx.conf:/app/nginx.conf | ||
- ./nginx.conf:/app/nginx.conf | ||
|
||
networks: | ||
company: | ||
name: company_new |