- Dockerfile: production image for roux-server (Debian slim, tini, binary) - docker-compose.yml: production compose with recipe/data volume mounts - .gitea/workflows/deploy.yaml: Gitea Actions pipeline that builds, tests, pushes Docker image, and deploys via SSH Follows the same pattern used by the Atlas project.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
services:
|
||||
roux-server:
|
||||
image: git.roo.lol/jbrechtel/roux:latest
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "127.0.0.1:8080:8080"
|
||||
volumes:
|
||||
- /srv/roux/recipes:/recipes:ro
|
||||
- /srv/roux/data:/data
|
||||
Reference in New Issue
Block a user