docker – Diff between revs 2 and 53
?pathlinks?
Rev 2 | Rev 53 | |||
---|---|---|---|---|
Line 3... | Line 3... | |||
3 | services: |
3 | services: |
|
4 | gotify: |
4 | gotify: |
|
5 | image: gotify/server |
5 | image: gotify/server |
|
6 | ports: |
6 | ports: |
|
7 | - "50111:80" |
7 | - "50111:80" |
|
- | 8 | healthcheck: |
||
- | 9 | test: curl -f http://localhost:80/health || exit 1 |
||
- | 10 | interval: 1m |
||
- | 11 | timeout: 10s |
||
- | 12 | retries: 3 |
||
- | 13 | start_period: 60s |
||
8 | volumes: |
14 | volumes: |
|
9 | - /mnt/docker/data/gotify:/app/data |
15 | - /mnt/docker/data/gotify:/app/data |
|
10 | environment: |
16 | environment: |
|
11 | - TZ="Etc/UTC" |
17 | - TZ="Etc/UTC" |