@cryptotaxi247 / CoPilot / commits / 26c0a2ce

Update Discord notification message for customer portal image build and comment out optional port mapping in Docker Compose

taylorwalton committed Nov 30, 2025 at 12:39 UTC 26c0a2ce415e7272550b1f8d28e6a2eb6ca25156
2 files changed +1 -2
.github/workflows/docker.yml
+1 -1
@@ -98,4 +98,4 @@ jobs:
98 with:
99 webhook_id: ${{ secrets.DISCORD_WEBHOOK_ID }}
100 webhook_token: ${{ secrets.DISCORD_WEBHOOK_TOKEN }}
101 - message: "Docker image for frontend has been updated."
101 + message: "Docker image for customer portal has been updated."
docker-compose.yml
-1
@@ -30,7 +30,6 @@ services:
30 # environment:
31 # - SERVER_HOST=${SERVER_HOST:-localhost} # Set the domain name of your server
32 # ports:
33 - # - "8080:80"
33 # - "8443:443"
34 # restart: always
35