mirror of
https://github.com/bitwarden/server.git
synced 2025-01-11 20:10:38 +01:00
private network for some containers
This commit is contained in:
parent
9da83cbdc3
commit
c27b72e019
@ -32,6 +32,8 @@ services:
|
|||||||
- mssql.env
|
- mssql.env
|
||||||
- ../env/uid.env
|
- ../env/uid.env
|
||||||
- ../env/mssql.override.env
|
- ../env/mssql.override.env
|
||||||
|
networks:
|
||||||
|
- private
|
||||||
|
|
||||||
web:
|
web:
|
||||||
image: bitwarden/web:{{{WebVersion}}}
|
image: bitwarden/web:{{{WebVersion}}}
|
||||||
@ -42,6 +44,8 @@ services:
|
|||||||
env_file:
|
env_file:
|
||||||
- global.env
|
- global.env
|
||||||
- ../env/uid.env
|
- ../env/uid.env
|
||||||
|
networks:
|
||||||
|
- private
|
||||||
|
|
||||||
attachments:
|
attachments:
|
||||||
image: bitwarden/attachments:{{{CoreVersion}}}
|
image: bitwarden/attachments:{{{CoreVersion}}}
|
||||||
@ -52,6 +56,8 @@ services:
|
|||||||
env_file:
|
env_file:
|
||||||
- global.env
|
- global.env
|
||||||
- ../env/uid.env
|
- ../env/uid.env
|
||||||
|
networks:
|
||||||
|
- private
|
||||||
|
|
||||||
api:
|
api:
|
||||||
image: bitwarden/api:{{{CoreVersion}}}
|
image: bitwarden/api:{{{CoreVersion}}}
|
||||||
@ -160,3 +166,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
mssql_data:
|
mssql_data:
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
|
networks:
|
||||||
|
private:
|
||||||
|
internal: true
|
||||||
|
Loading…
Reference in New Issue
Block a user