feat: add gitea-act-runner

This commit is contained in:
eneller
2023-11-15 22:51:37 +01:00
parent a66450808f
commit ee484249ee
6 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
'3'
services:
vaultwarden:
image: vaultwarden/server:latest
container_name: vaultwarden
restart: always
environment:
WEBSOCKET_ENABLED: "true" # Enable WebSocket notifications.
SIGNUPS_ALLOWED: "false"
# TODO create an admin token
ADMIN_TOKEN: "abc"
volumes:
- ./vw-data:/data
ports:
- 50002:80
- 50003:3012