Invoice
This commit is contained in:
parent
84319a1506
commit
e020d91232
|
@ -13,13 +13,13 @@ services:
|
|||
networks:
|
||||
- invoice
|
||||
- external
|
||||
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"
|
||||
#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"
|
||||
|
||||
invoiceninja:
|
||||
image: invoiceninja/invoiceninja:5
|
||||
|
@ -46,6 +46,31 @@ services:
|
|||
- invoice
|
||||
- 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:
|
||||
invoice:
|
||||
external:
|
||||
|
|
|
@ -173,11 +173,6 @@ sections:
|
|||
holidayType: all
|
||||
monthsToShow: 12
|
||||
id: 1_1554_publicholidays
|
||||
- type: github-profile-stats
|
||||
options:
|
||||
username: BhasherBEL
|
||||
hideLanguagesCard: true
|
||||
id: 2_1554_githubprofilestats
|
||||
displayData:
|
||||
sortBy: default
|
||||
rows: 1
|
||||
|
@ -194,6 +189,11 @@ sections:
|
|||
widgets:
|
||||
- type: public-ip
|
||||
id: 0_1331_publicip
|
||||
- type: github-profile-stats
|
||||
options:
|
||||
username: BhasherBEL
|
||||
hideLanguagesCard: true
|
||||
id: 2_1554_githubprofilestats
|
||||
- type: crypto-watch-list
|
||||
options:
|
||||
currency: USD
|
||||
|
@ -206,7 +206,7 @@ sections:
|
|||
widgets:
|
||||
- type: pi-hole-stats
|
||||
options:
|
||||
hostname: http://pihole
|
||||
hostname: http://pihole/admin/api.php
|
||||
apiKey: ''
|
||||
id: 0_1062_piholestats
|
||||
displayData:
|
||||
|
|
|
@ -24,6 +24,8 @@ services:
|
|||
- "--notification-email-server-password=${SMTP_PASSWORD}"
|
||||
networks:
|
||||
- monitoring
|
||||
labels:
|
||||
- "com.centurylinklabs.watchtower.enable=false"
|
||||
|
||||
networks:
|
||||
monitoring:
|
||||
|
|
Loading…
Reference in New Issue