Skip to content

Commit

Permalink
Run telescreen as a container
Browse files Browse the repository at this point in the history
Signed-off-by: mi2428 <mi2428782020@gmail.com>
  • Loading branch information
mi2428 committed Sep 10, 2021
1 parent 87bdc04 commit 018be23
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
version: "3.9"

services:
telescreen:
image: wide-vsix/telescreen:latest
restart: unless-stopped
build:
context: .
network_mode: host
depends_on:
- postgres
command: -i vsix -A -q --db-host postgres --db-name telescreen --db-user vsix --db-password-file /run/secrets/db_password
secrets:
- db_password

postgres:
image: postgres
restart: unless-stopped
Expand Down

0 comments on commit 018be23

Please sign in to comment.