Add SSL support in Docker setup and expose port 443

This commit is contained in:
Lukian 2025-01-21 09:22:09 +01:00
parent e630845805
commit 2bf598816e
2 changed files with 7 additions and 2 deletions

View file

@ -4,6 +4,7 @@ services:
ports:
- 5000:5000
- 80:80
- 443:443
volumes:
- .:/code
networks: