1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-05 05:00:19 -05:00

versioning images

This commit is contained in:
Kyle Spearrin 2017-10-02 16:38:52 -04:00
parent a159be65e7
commit c6ab727dee
3 changed files with 8 additions and 10 deletions

View File

@ -2,34 +2,32 @@ version: '3'
services:
mssql:
image: bitwarden/mssql
image: bitwarden/mssql:beta
container_name: mssql
restart: always
ports:
- '1433:1433'
web:
image: bitwarden/web
image: bitwarden/web:beta
container_name: web
restart: always
attachments:
image: bitwarden/attachments
image: bitwarden/attachments:beta
container_name: attachments
restart: always
api:
image: bitwarden/api
image: bitwarden/api:beta
container_name: api
restart: always
identity:
image: bitwarden/identity
image: bitwarden/identity:beta
container_name: identity
restart: always
nginx:
image: bitwarden/nginx
image: bitwarden/nginx:beta
container_name: nginx
restart: always
ports:

View File

@ -1,4 +1,4 @@
FROM bitwarden/server
FROM bitwarden/server:beta
EXPOSE 80

View File

@ -1,4 +1,4 @@
FROM nginx:stable
FROM nginx:1.12
COPY nginx.conf /etc/nginx
COPY proxy.conf /etc/nginx