This commit is contained in:
2025-03-11 19:19:47 +01:00
parent a6bd75e0ae
commit ffede02394
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ services:
bitwarden:
image: ${DOCKER_REGISTRY:-}vaultwarden/server:latest
container_name: vaultwarden
restart: always
restart: ${RESTART:-unless-stopped}
environment:
- WEBSOCKET_ENABLED=true
- SIGNUPS_ALLOWED=true

View File

@ -11,7 +11,7 @@ services:
- USER_UID=1000
- USER_GID=1000
- ROOT_URL= https://gitea.sectorq.eu
restart: unless-stopped
restart: ${RESTART:-unless-stopped}
networks:
- gitea
volumes: