remove highcharts

This commit is contained in:
Ludovic CANDELLIER
2024-01-22 23:01:33 +01:00
parent fc5a3186bf
commit 1533c18c54

View File

@@ -53,21 +53,6 @@ services:
links:
- 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:
restart: always