Add ghcr.io image tag to docker-compose for registry publishing

Allows the image to be pushed to GitHub Container Registry and pulled
on deployment servers without needing the source code.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Philip
2026-02-18 10:40:47 -08:00
parent d4c82867d4
commit e0537bf633
+1
View File
@@ -1,6 +1,7 @@
services: services:
app: app:
build: . build: .
image: ghcr.io/djsplice07/squares_game:latest
network_mode: host network_mode: host
env_file: .env env_file: .env
environment: environment: