Skip to content

Commit

Permalink
Add WS support to docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Layoric authored Nov 17, 2023
1 parent ae19022 commit a9e9725
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .deploy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ services:
VIRTUAL_HOST: ${HOST_DOMAIN}
VIRTUAL_PORT: 8080 # New default ASP.NET port -> https://learn.microsoft.com/en-us/dotnet/core/compatibility/containers/8.0/aspnet-port
LETSENCRYPT_HOST: ${HOST_DOMAIN}
LETSENCRYPT_EMAIL: ${LETSENCRYPT_EMAIL}
LETSENCRYPT_EMAIL: ${LETSENCRYPT_EMAIL}
WS_HOST: ws://${HOST_DOMAIN}
WS_PORT: 80
volumes:
- ./App_Data:/app/App_Data

Expand Down

0 comments on commit a9e9725

Please sign in to comment.