Skip to content

Commit

Permalink
Merge pull request #215 from Der-Henning/dev
Browse files Browse the repository at this point in the history
Update Docker Quick Reference
  • Loading branch information
Der-Henning authored Dec 15, 2022
2 parents 65cccca + 9aa7574 commit b6716e5
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions DOCKER_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,20 @@ Readme, source and documentation on [https://github.com/Der-Henning/tgtg](https:

- [`edge`](https://github.com/Der-Henning/tgtg/blob/main/Dockerfile)
- [`edge-alpine`](https://github.com/Der-Henning/tgtg/blob/main/Dockerfile.alpine)
- [`v1`, `v1.13`, `v1.13.0`, `latest`](https://github.com/Der-Henning/tgtg/blob/v1.12.1/Dockerfile)
- [`v1-alpine`, `v1.13-alpine`, `v1.13.0-alpine`, `latest-alpine`](https://github.com/Der-Henning/tgtg/blob/v1.12.1/Dockerfile.alpine)
- [`v1`, `v1.14`, `v1.14.0`, `latest`](https://github.com/Der-Henning/tgtg/blob/v1.14.0/Dockerfile)
- [`v1-alpine`, `v1.14-alpine`, `v1.14.0-alpine`, `latest-alpine`](https://github.com/Der-Henning/tgtg/blob/v1.14.0/Dockerfile.alpine)

# Quick Start

**Docker Compose Example:**

````xml
version: "3.3"

services:
app:
tgtg:
image: derhenning/tgtg:latest
environment:
environment:
- TZ=Europe/Berlin
- DEBUG=false
- TGTG_USERNAME=
Expand Down Expand Up @@ -66,6 +67,7 @@ services:
- WEBHOOK_TIMEOUT=60
volumes:
- tokens:/tokens

volumes:
tokens:
````

0 comments on commit b6716e5

Please sign in to comment.