Commit Graph

13 Commits

Author SHA1 Message Date
Thilo Graf
e33f5ae552 docker-compose.yml: remove PATH from args
For use only environment defined PATH
2024-04-10 19:26:13 +02:00
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
cde61c13d3 Dockerfile: move useradd after ARGs 2024-04-08 20:48:31 +02:00
Thilo Graf
ec3d514d7b Dockerfile: replace ${BASH_RC_FILE} as var for ${USER_DIR}/.bashrc 2024-04-08 20:36:34 +02:00
Thilo Graf
7ac438d22f docker-compose.yml: add missuíng data volume dir 2024-04-08 19:12:48 +02:00
Thilo Graf
9bc9df0d32 Dockerfile: ensure matching owners on user volume workdir 2024-04-07 17:35:37 +02:00
Thilo Graf
25c3f65111 create-env.sh: use GIT-default vars 2024-04-07 17:06:02 +02:00
GitHub Actions
269c095af9 readme: Automatically translated README to English 2024-04-07 14:21:44 +00:00
Thilo Graf
67d459b3da Dockerfile: remove unused ENV LIGHTTPD_CONF_INC 2024-04-07 16:20:23 +02:00
Thilo Graf
35f33c266b update readme 2024-04-07 16:20:23 +02:00
GitHub Actions
c8325696cf readme: Automatically translated README to English 2024-04-07 12:56:24 +00:00
Thilo Graf
bb757e70c0 readme: change order of exec variants, for easier sample as 1st option 2024-04-07 14:55:18 +02:00
Thilo Graf
dab8585fab Initial commit 0.1 2024-04-07 14:37:07 +02:00