mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-04-28 20:50:37 -05:00
Update docker-compose dist version to use latest image
This commit is contained in:
Vendored
+2
-2
@@ -1,13 +1,13 @@
|
||||
services:
|
||||
client:
|
||||
image: bluewaveuptime/uptime_client:test
|
||||
image: bluewaveuptime/uptime_client:latest
|
||||
ports:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
depends_on:
|
||||
- server
|
||||
server:
|
||||
image: bluewaveuptime/uptime_server:test
|
||||
image: bluewaveuptime/uptime_server:latest
|
||||
ports:
|
||||
- "5000:5000"
|
||||
depends_on:
|
||||
|
||||
Reference in New Issue
Block a user