deploy-workflow: create docker compose file
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6s
This commit is contained in:
@@ -18,6 +18,8 @@ services:
|
|||||||
pwd:
|
pwd:
|
||||||
image: 'vaultwarden/server:latest'
|
image: 'vaultwarden/server:latest'
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
ports:
|
||||||
|
- '80:80'
|
||||||
volumes:
|
volumes:
|
||||||
- ./data/vaultwarden:/data
|
- ./data/vaultwarden:/data
|
||||||
secrets:
|
secrets:
|
||||||
|
|||||||
Reference in New Issue
Block a user