Add Gitea Actions CI/CD workflow and production deployment files
Build & Deploy / build (release) Has been cancelled
Build & Deploy / build (release) Has been cancelled
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
services:
|
||||
tools-app:
|
||||
image: git.nirodan.de/Nirodan/tools-app:latest
|
||||
container_name: tools-app
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "5000:5000"
|
||||
env_file:
|
||||
- .env
|
||||
networks:
|
||||
- tools-net
|
||||
|
||||
networks:
|
||||
tools-net:
|
||||
driver: bridge
|
||||
Reference in New Issue
Block a user