Skip to content

Commit

Permalink
[ADD] pdf service to docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
af-ofr committed Mar 4, 2024
1 parent c3b0658 commit ee2831e
Show file tree
Hide file tree
Showing 2 changed files with 402 additions and 241 deletions.
9 changes: 9 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,12 @@ services:
environment:
MONGO_INITDB_ROOT_USERNAME: admin
MONGO_INITDB_ROOT_PASSWORD: admin

# PDF Service must be first build in PDF Service Repository
pdf:
image: fdpgpdfservice:latest
restart: always
ports:
- 8081:3000
environment:
ENABLE_TELEMETRY: false
Loading

0 comments on commit ee2831e

Please sign in to comment.