why tf did I dockerize the proxy ?

This commit is contained in:
Laurent
2025-02-25 08:45:01 +01:00
parent 676ee40cca
commit 102b4fe055
14 changed files with 9016 additions and 120 deletions

View File

@@ -50,19 +50,4 @@ services:
networks:
- unluckiest_network
depends_on:
- api
reverse_proxy:
container_name : reverse_proxy
build:
context: ./nginx
dockerfile: Dockerfile
ports:
- "80:80"
- "443:443"
volumes:
- ./ssl/:/etc/ssl/
networks:
- unluckiest_network
depends_on:
- webapp
- api