Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
njavilas2015 committed Nov 6, 2024
1 parent efb43b8 commit 36a91b7
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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é! 😊
[![Buy Me a Coffee](https://img.buymeacoffee.com/button-api/?text=Buy%20Me%20a%20Coffee&emoji=coffee&slug=tu_nombre&button_colour=FF5F5F&font_colour=ffffff&font_family=Cookie)](https://buymeacoffee.com/njavilas
)
20 changes: 19 additions & 1 deletion docker-compose.yml
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

0 comments on commit 36a91b7

Please sign in to comment.