Create docker-compose.yml

This commit is contained in:
Russell
2024-09-04 16:32:16 -06:00
committed by GitHub
parent 0cd7cf74c8
commit 9b9ef89bea
+7
View File
@@ -0,0 +1,7 @@
name: Polaris
services:
polaris:
build: .
ports:
- "8080:8080"