Add env var to dist docker compose file

This commit is contained in:
Alex Holliday
2024-10-25 11:59:20 +08:00
parent 7755dcd16a
commit ff20373fb4
+2
View File
@@ -1,6 +1,8 @@
services:
client:
image: bluewaveuptime/uptime_client:latest
environment:
UPTIME_APP_API_BASE_URL: "http://localhost:5000/api/v1"
ports:
- "80:80"
- "443:443"