mirror of
https://github.com/bitwarden/server.git
synced 2025-02-01 23:31:41 +01:00
Remove docker compose restart always (dev) (#2284)
This commit is contained in:
parent
a536d89264
commit
ea0087ee6f
@ -3,7 +3,6 @@ version: "3.9"
|
|||||||
services:
|
services:
|
||||||
mssql:
|
mssql:
|
||||||
image: mcr.microsoft.com/azure-sql-edge:latest
|
image: mcr.microsoft.com/azure-sql-edge:latest
|
||||||
restart: always
|
|
||||||
environment:
|
environment:
|
||||||
ACCEPT_EULA: Y
|
ACCEPT_EULA: Y
|
||||||
MSSQL_SA_PASSWORD: ${MSSQL_PASSWORD}
|
MSSQL_SA_PASSWORD: ${MSSQL_PASSWORD}
|
||||||
@ -41,7 +40,6 @@ services:
|
|||||||
|
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:14
|
image: postgres:14
|
||||||
restart: always
|
|
||||||
ports:
|
ports:
|
||||||
- "5432:5432"
|
- "5432:5432"
|
||||||
environment:
|
environment:
|
||||||
@ -58,7 +56,6 @@ services:
|
|||||||
mysql:
|
mysql:
|
||||||
image: mysql:8
|
image: mysql:8
|
||||||
container_name: bw-mysql
|
container_name: bw-mysql
|
||||||
restart: always
|
|
||||||
ports:
|
ports:
|
||||||
- "3306:3306"
|
- "3306:3306"
|
||||||
command: --default-authentication-plugin=mysql_native_password
|
command: --default-authentication-plugin=mysql_native_password
|
||||||
|
Loading…
Reference in New Issue
Block a user