fix(docker): Add restart policy to web service (#19)

* fix(docker): Add restart policy to containers

* fix: Only add restart policy to web service
This commit is contained in:
Bas Nijholt
2025-12-18 10:39:09 -08:00
committed by GitHub
parent 3121ee04eb
commit d84858dcfb

View File

@@ -12,6 +12,7 @@ services:
web:
image: ghcr.io/basnijholt/compose-farm:latest
restart: unless-stopped
command: web --host 0.0.0.0 --port 9000
volumes:
- ${SSH_AUTH_SOCK}:/ssh-agent:ro