Files
ndsolutionswebsite/docker-compose.yml
DanielS e5ec8f9c7e
Some checks failed
Production Build & Deploy / build-and-deploy (push) Failing after 4s
Update Docker compose and Gitea Actions deployment for staging
2026-06-30 23:56:08 +02:00

19 lines
353 B
YAML

version: '3.8'
services:
websitedummy:
image: gitea.hephex.de/daniel/websitedummy:latest
container_name: websitedummy
restart: always
read_only: true
tmpfs:
- /var/cache/nginx
- /var/run
ports:
- "127.0.0.1:8080:8080"
deploy:
resources:
limits:
cpus: '0.5'
memory: 256M