Commit Graph

3 Commits

Author SHA1 Message Date
Thilo Graf
6cdd9f8df4 docker-compose.yml: Update Docker Compose versiom to v3.8 and optimize env
- Upgraded Docker Compose file version from 3 to 3.8 to leverage new
  features and improvements.
- Reorganized the service configuration for tuxbox-build by
  specifying `container_name` at the appropriate level and shifting
  from inline `environment` variables to an external `.env` file for a cleaner and more maintainable setup.
- Removed redundant environment variable definitions and comments
  to streamline the configuration.

Better maintainability of Docker setup and ensures compatibility with newer Docker Compose features.
2024-04-10 18:11:31 +02:00
Thilo Graf
7ac438d22f docker-compose.yml: add missuíng data volume dir 2024-04-08 19:12:48 +02:00
Thilo Graf
dab8585fab Initial commit 2024-04-07 14:37:07 +02:00