Moving to central bridge network; standarizing container names

This commit is contained in:
2021-05-21 20:19:56 +03:00
parent 749d64f363
commit 187f804fcd

View File

@@ -2,7 +2,7 @@ version: '3'
services: services:
bitwarden: bitwarden:
container_name: bitwarden container_name: bitwarden_server
image: bitwardenrs/server image: bitwardenrs/server
restart: always restart: always
volumes: volumes:
@@ -10,5 +10,7 @@ services:
environment: environment:
WEBSOCKET_ENABLED: 'true' # Required to use websockets WEBSOCKET_ENABLED: 'true' # Required to use websockets
SIGNUPS_ALLOWED: 'true' # set to false to disable signups SIGNUPS_ALLOWED: 'true' # set to false to disable signups
networks:
default:
external: true
name: gerbil_network