misc: update deployment

This commit is contained in:
2026-04-15 17:19:53 -04:00
Unverified
parent b434e29660
commit f6753ae345
5 changed files with 12 additions and 9 deletions

9
docker-compose.yml Executable file
View File

@@ -0,0 +1,9 @@
services:
connect4-server:
env_file:
- ./.env
container_name: connect4-server
restart: unless-stopped
ports:
- 5102:8080
image: joshuafhiggins/connect4-server