add dockerfile and gitea workflow
This commit is contained in:
11
docker-compose.yml
Normal file
11
docker-compose.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
services:
|
||||
webvars:
|
||||
build:
|
||||
context: .
|
||||
image: git.br0tkasten.de/br0tkasten/webvars:latest
|
||||
container_name: webvars
|
||||
ports:
|
||||
- "8080:80"
|
||||
volumes:
|
||||
- ./webvars.db:/app/webvars.db
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user