Update Docker compose and Gitea Actions deployment for staging
Some checks failed
Production Build & Deploy / build-and-deploy (push) Failing after 4s

This commit is contained in:
DanielS
2026-06-30 23:56:08 +02:00
parent 54fefadda9
commit e5ec8f9c7e
2 changed files with 33 additions and 13 deletions

View File

@@ -2,8 +2,7 @@ version: '3.8'
services:
websitedummy:
build: .
image: websitedummy:latest
image: gitea.hephex.de/daniel/websitedummy:latest
container_name: websitedummy
restart: always
read_only: true