Invoice
This commit is contained in:
parent
84319a1506
commit
e020d91232
|
@ -13,13 +13,13 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- invoice
|
- invoice
|
||||||
- external
|
- external
|
||||||
labels:
|
#labels:
|
||||||
- "traefik.enable=true"
|
#- "traefik.enable=true"
|
||||||
- "traefik.http.routers.invoice.rule=Host(`invoice.bhasher.com`)"
|
#- "traefik.http.routers.invoice.rule=Host(`invoice.bhasher.com`)"
|
||||||
- "traefik.http.services.invoice.loadbalancer.server.port=80"
|
#- "traefik.http.services.invoice.loadbalancer.server.port=80"
|
||||||
- "traefik.http.routers.invoice.tls=true"
|
#- "traefik.http.routers.invoice.tls=true"
|
||||||
- "traefik.http.routers.invoice.tls.certresolver=http"
|
#- "traefik.http.routers.invoice.tls.certresolver=http"
|
||||||
- "traefik.http.routers.invoice.entrypoints=internalsecure"
|
#- "traefik.http.routers.invoice.entrypoints=internalsecure"
|
||||||
|
|
||||||
invoiceninja:
|
invoiceninja:
|
||||||
image: invoiceninja/invoiceninja:5
|
image: invoiceninja/invoiceninja:5
|
||||||
|
@ -46,6 +46,31 @@ services:
|
||||||
- invoice
|
- invoice
|
||||||
- storage
|
- storage
|
||||||
|
|
||||||
|
invoiceplane:
|
||||||
|
container_name: invoiceplane
|
||||||
|
image: mhzawadi/invoiceplane:latest
|
||||||
|
volumes:
|
||||||
|
- $DATA/invoiceplane/uploads:/var/www/html/uploads
|
||||||
|
- $DATA/invoiceplane/ipconfig.php:/var/www/html/ipconfig.php
|
||||||
|
- /etc/localtime:/etc/localtime:ro
|
||||||
|
environment:
|
||||||
|
- IP_URL=https://invoice.bhasher.com
|
||||||
|
#- MYSQL_HOST=mariadb
|
||||||
|
#- MYSQL_USER=root
|
||||||
|
#- MYSQL_PASSWORD=${MARIADB_ROOT}
|
||||||
|
#- MYSQL_DB=InvoicePlane
|
||||||
|
#- DISABLE_SETUP=false
|
||||||
|
labels:
|
||||||
|
- "traefik.enable=true"
|
||||||
|
- "traefik.http.routers.invoice.rule=Host(`invoice.bhasher.com`)"
|
||||||
|
- "traefik.http.services.invoice.loadbalancer.server.port=80"
|
||||||
|
- "traefik.http.routers.invoice.tls=true"
|
||||||
|
- "traefik.http.routers.invoice.tls.certresolver=http"
|
||||||
|
- "traefik.http.routers.invoice.entrypoints=internalsecure"
|
||||||
|
networks:
|
||||||
|
- external
|
||||||
|
- storage
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
invoice:
|
invoice:
|
||||||
external:
|
external:
|
||||||
|
|
|
@ -173,11 +173,6 @@ sections:
|
||||||
holidayType: all
|
holidayType: all
|
||||||
monthsToShow: 12
|
monthsToShow: 12
|
||||||
id: 1_1554_publicholidays
|
id: 1_1554_publicholidays
|
||||||
- type: github-profile-stats
|
|
||||||
options:
|
|
||||||
username: BhasherBEL
|
|
||||||
hideLanguagesCard: true
|
|
||||||
id: 2_1554_githubprofilestats
|
|
||||||
displayData:
|
displayData:
|
||||||
sortBy: default
|
sortBy: default
|
||||||
rows: 1
|
rows: 1
|
||||||
|
@ -194,6 +189,11 @@ sections:
|
||||||
widgets:
|
widgets:
|
||||||
- type: public-ip
|
- type: public-ip
|
||||||
id: 0_1331_publicip
|
id: 0_1331_publicip
|
||||||
|
- type: github-profile-stats
|
||||||
|
options:
|
||||||
|
username: BhasherBEL
|
||||||
|
hideLanguagesCard: true
|
||||||
|
id: 2_1554_githubprofilestats
|
||||||
- type: crypto-watch-list
|
- type: crypto-watch-list
|
||||||
options:
|
options:
|
||||||
currency: USD
|
currency: USD
|
||||||
|
@ -206,7 +206,7 @@ sections:
|
||||||
widgets:
|
widgets:
|
||||||
- type: pi-hole-stats
|
- type: pi-hole-stats
|
||||||
options:
|
options:
|
||||||
hostname: http://pihole
|
hostname: http://pihole/admin/api.php
|
||||||
apiKey: ''
|
apiKey: ''
|
||||||
id: 0_1062_piholestats
|
id: 0_1062_piholestats
|
||||||
displayData:
|
displayData:
|
||||||
|
|
|
@ -24,6 +24,8 @@ services:
|
||||||
- "--notification-email-server-password=${SMTP_PASSWORD}"
|
- "--notification-email-server-password=${SMTP_PASSWORD}"
|
||||||
networks:
|
networks:
|
||||||
- monitoring
|
- monitoring
|
||||||
|
labels:
|
||||||
|
- "com.centurylinklabs.watchtower.enable=false"
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
monitoring:
|
monitoring:
|
||||||
|
|
Loading…
Reference in New Issue