Skip to content

Commit

Permalink
[skip ci] add simplytranslate to docker compose example file
Browse files Browse the repository at this point in the history
  • Loading branch information
FarisZR committed Jun 7, 2024
1 parent 0af86b0 commit 5f1590a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,16 @@ services:
- bw_feature_search_suggestions=true
- bw_port=8000

simplytranslate:
container_name: simplytranslate
image: oci.fariszr.com/fariszr/simplytranslate:latest
restart: always
environment:
- ADDRESS=0.0.0.0:5000
- GOOGLETRANSLATE_ENABLE=true
- ICIBA_ENABLE=true
- REVERSO_ENABLE=true

# Deprecated
bibliogram:
image: fariszr/bibliogram:latest
Expand Down

0 comments on commit 5f1590a

Please sign in to comment.