mirror of
https://github.com/bitwarden/server.git
synced 2025-04-04 20:50:21 -05:00
Update DockerCompose template to point to ghcr.io registry (#5491)
This commit is contained in:
parent
f038e8c5e4
commit
0153d9dfd9
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
mssql:
|
mssql:
|
||||||
image: bitwarden/mssql:{{{CoreVersion}}}
|
image: ghcr.io/bitwarden/mssql:{{{CoreVersion}}}
|
||||||
container_name: bitwarden-mssql
|
container_name: bitwarden-mssql
|
||||||
restart: always
|
restart: always
|
||||||
stop_grace_period: 60s
|
stop_grace_period: 60s
|
||||||
@ -33,7 +33,7 @@ services:
|
|||||||
- ../env/mssql.override.env
|
- ../env/mssql.override.env
|
||||||
|
|
||||||
web:
|
web:
|
||||||
image: bitwarden/web:{{{WebVersion}}}
|
image: ghcr.io/bitwarden/web:{{{WebVersion}}}
|
||||||
container_name: bitwarden-web
|
container_name: bitwarden-web
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
@ -43,7 +43,7 @@ services:
|
|||||||
- ../env/uid.env
|
- ../env/uid.env
|
||||||
|
|
||||||
attachments:
|
attachments:
|
||||||
image: bitwarden/attachments:{{{CoreVersion}}}
|
image: ghcr.io/bitwarden/attachments:{{{CoreVersion}}}
|
||||||
container_name: bitwarden-attachments
|
container_name: bitwarden-attachments
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
@ -53,7 +53,7 @@ services:
|
|||||||
- ../env/uid.env
|
- ../env/uid.env
|
||||||
|
|
||||||
api:
|
api:
|
||||||
image: bitwarden/api:{{{CoreVersion}}}
|
image: ghcr.io/bitwarden/api:{{{CoreVersion}}}
|
||||||
container_name: bitwarden-api
|
container_name: bitwarden-api
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
@ -69,7 +69,7 @@ services:
|
|||||||
- public
|
- public
|
||||||
|
|
||||||
identity:
|
identity:
|
||||||
image: bitwarden/identity:{{{CoreVersion}}}
|
image: ghcr.io/bitwarden/identity:{{{CoreVersion}}}
|
||||||
container_name: bitwarden-identity
|
container_name: bitwarden-identity
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
@ -86,7 +86,7 @@ services:
|
|||||||
- public
|
- public
|
||||||
|
|
||||||
sso:
|
sso:
|
||||||
image: bitwarden/sso:{{{CoreVersion}}}
|
image: ghcr.io/bitwarden/sso:{{{CoreVersion}}}
|
||||||
container_name: bitwarden-sso
|
container_name: bitwarden-sso
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
@ -103,7 +103,7 @@ services:
|
|||||||
- public
|
- public
|
||||||
|
|
||||||
admin:
|
admin:
|
||||||
image: bitwarden/admin:{{{CoreVersion}}}
|
image: ghcr.io/bitwarden/admin:{{{CoreVersion}}}
|
||||||
container_name: bitwarden-admin
|
container_name: bitwarden-admin
|
||||||
restart: always
|
restart: always
|
||||||
depends_on:
|
depends_on:
|
||||||
@ -121,7 +121,7 @@ services:
|
|||||||
- public
|
- public
|
||||||
|
|
||||||
icons:
|
icons:
|
||||||
image: bitwarden/icons:{{{CoreVersion}}}
|
image: ghcr.io/bitwarden/icons:{{{CoreVersion}}}
|
||||||
container_name: bitwarden-icons
|
container_name: bitwarden-icons
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
@ -135,7 +135,7 @@ services:
|
|||||||
- public
|
- public
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
image: bitwarden/notifications:{{{CoreVersion}}}
|
image: ghcr.io/bitwarden/notifications:{{{CoreVersion}}}
|
||||||
container_name: bitwarden-notifications
|
container_name: bitwarden-notifications
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
@ -150,7 +150,7 @@ services:
|
|||||||
- public
|
- public
|
||||||
|
|
||||||
events:
|
events:
|
||||||
image: bitwarden/events:{{{CoreVersion}}}
|
image: ghcr.io/bitwarden/events:{{{CoreVersion}}}
|
||||||
container_name: bitwarden-events
|
container_name: bitwarden-events
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
@ -165,7 +165,7 @@ services:
|
|||||||
- public
|
- public
|
||||||
|
|
||||||
nginx:
|
nginx:
|
||||||
image: bitwarden/nginx:{{{CoreVersion}}}
|
image: ghcr.io/bitwarden/nginx:{{{CoreVersion}}}
|
||||||
container_name: bitwarden-nginx
|
container_name: bitwarden-nginx
|
||||||
restart: always
|
restart: always
|
||||||
depends_on:
|
depends_on:
|
||||||
@ -195,7 +195,7 @@ services:
|
|||||||
|
|
||||||
{{#if EnableKeyConnector}}
|
{{#if EnableKeyConnector}}
|
||||||
key-connector:
|
key-connector:
|
||||||
image: bitwarden/key-connector:{{{KeyConnectorVersion}}}
|
image: ghcr.io/bitwarden/key-connector:{{{KeyConnectorVersion}}}
|
||||||
container_name: bitwarden-key-connector
|
container_name: bitwarden-key-connector
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
@ -212,7 +212,7 @@ services:
|
|||||||
{{#if EnableScim}}
|
{{#if EnableScim}}
|
||||||
|
|
||||||
scim:
|
scim:
|
||||||
image: bitwarden/scim:{{{CoreVersion}}}
|
image: ghcr.io/bitwarden/scim:{{{CoreVersion}}}
|
||||||
container_name: bitwarden-scim
|
container_name: bitwarden-scim
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user