Skip to content

Commit

Permalink
Add environment file and secrets configuration for pcgidbtunnel servi…
Browse files Browse the repository at this point in the history
…ce in docker-compose
  • Loading branch information
joao-vasconcelos committed Jan 13, 2025
1 parent 8780af7 commit 753a6bd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,13 @@ services:
# # # # # # # # # # # # # # # # # # # # #

pcgidbtunnel:
# https://github.com/carrismetropolitana/api/blob/beta/sync-vehicles/services/PCGIDB.js
image: ghcr.io/carrismetropolitana/pcgidbtunnel:production
restart: unless-stopped
logging:
options:
max-size: '1m'
max-file: '1'
env_file:
- .env.production
secrets:
- pcgidbkey

0 comments on commit 753a6bd

Please sign in to comment.