mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 21:18:13 -05:00
versioning images
This commit is contained in:
parent
a159be65e7
commit
c6ab727dee
@ -2,34 +2,32 @@ version: '3'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
mssql:
|
mssql:
|
||||||
image: bitwarden/mssql
|
image: bitwarden/mssql:beta
|
||||||
container_name: mssql
|
container_name: mssql
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
|
||||||
- '1433:1433'
|
|
||||||
|
|
||||||
web:
|
web:
|
||||||
image: bitwarden/web
|
image: bitwarden/web:beta
|
||||||
container_name: web
|
container_name: web
|
||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
attachments:
|
attachments:
|
||||||
image: bitwarden/attachments
|
image: bitwarden/attachments:beta
|
||||||
container_name: attachments
|
container_name: attachments
|
||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
api:
|
api:
|
||||||
image: bitwarden/api
|
image: bitwarden/api:beta
|
||||||
container_name: api
|
container_name: api
|
||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
identity:
|
identity:
|
||||||
image: bitwarden/identity
|
image: bitwarden/identity:beta
|
||||||
container_name: identity
|
container_name: identity
|
||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
nginx:
|
nginx:
|
||||||
image: bitwarden/nginx
|
image: bitwarden/nginx:beta
|
||||||
container_name: nginx
|
container_name: nginx
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM bitwarden/server
|
FROM bitwarden/server:beta
|
||||||
|
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM nginx:stable
|
FROM nginx:1.12
|
||||||
|
|
||||||
COPY nginx.conf /etc/nginx
|
COPY nginx.conf /etc/nginx
|
||||||
COPY proxy.conf /etc/nginx
|
COPY proxy.conf /etc/nginx
|
||||||
|
Loading…
x
Reference in New Issue
Block a user