remove highcharts

This commit is contained in:
Ludovic CANDELLIER
2024-01-22 23:01:33 +01:00
parent 6f8340b90b
commit 6a1d8ba80a

View File

@@ -53,21 +53,6 @@ services:
links: links:
- docker-in-docker - docker-in-docker
### highcharts ###########################################
highcharts:
restart: always
build:
context: ./highcharts
args:
- PUID=${PUID}
- PGID=${PGID}
- TZ=${TIMEZONE}
tty: true
ports:
- "127.0.0.1:${HIGHCHARTS_PORT}:8080"
networks:
- backend
### PHP-FPM ############################################## ### PHP-FPM ##############################################
php-fpm: php-fpm:
restart: always restart: always