Mauricio Siu
38b20450dc
fix: update Docker network creation command to specify driver for stack deployments
2026-03-07 00:21:29 -06:00
Mauricio Siu
e8bec0ae03
fix(compose): correct command string for docker-compose execution
2026-02-15 21:57:06 -06:00
Vyacheslav Scherbinin
6c90075a64
feat(compose): update docker-compose command to always pull images
2026-01-28 13:35:29 +07:00
copilot-swe-agent[bot]
f39b511316
Fix environment variable resolution for Stack compose type
...
Co-authored-by: Siumauricio <47042324+Siumauricio@users.noreply.github.com >
2026-01-15 15:39:04 +00:00
Daniel García Pulpeiro
f39aa23803
fix: pass registry auth to stack deploy
2025-12-23 22:37:00 +01:00
Mauricio Siu
7a0ff72f51
fix: improve Docker command execution by including environment variable exports
...
- Updated the Docker command execution to include environment variable exports directly in the command, enhancing the handling of environment variables during deployment.
- Simplified the export command structure for better readability and efficiency.
Fix https://github.com/Dokploy/dokploy/pull/3066#issuecomment-3558022350
2025-11-20 08:43:24 -06:00
Mauricio Siu
af2b053caa
feat: enhance environment variable handling for shell commands
...
- Added `prepareEnvironmentVariablesForShell` function to properly escape environment variables for shell usage.
- Updated various builders (Docker, Heroku, Nixpacks, Paketo, Railpack) to utilize the new function for improved handling of special characters in environment variables.
- Introduced tests to validate the handling of environment variables with various special characters, ensuring robustness in shell command execution.
- Added `shell-quote` dependency to manage quoting of shell arguments effectively.
2025-11-19 21:17:09 -06:00
Mauricio Siu
425b8ec3c2
fix: update Docker command execution to use a clean environment
...
- Modified Docker command invocations in compose service functions to use `env -i PATH="$PATH"` for improved environment isolation.
- Ensured consistent handling of Docker commands across `removeCompose`, `startCompose`, and `stopCompose` functions in `compose.ts`.
- Updated command execution in the builders to maintain environment integrity during Docker operations.
2025-11-19 09:58:16 -06:00
Alejandro González
3a17c9b9e8
fix: ensure Compose Traefik domain labels are written to local daemons
2025-11-16 15:57:34 +01:00
Mauricio Siu
f718ab334e
Refactor compose utilities: remove unused functions and streamline the buildCompose logic for improved maintainability. Update domain handling by retaining only the necessary remote function, enhancing clarity in the codebase.
2025-11-09 03:42:43 -06:00
Mauricio Siu
7b398939f7
Refactor compose and deployment services: streamline cloning and execution commands, remove redundant remote functions, and enhance error handling. Update database schema to include application build server ID for better tracking of deployments.
2025-11-09 03:12:49 -06:00
Mauricio Siu
fb749cd862
feat: implement comprehensive environment variable resolution in preparation functions, enhancing flexibility and support for nested references across services and environments
2025-09-03 21:41:11 -06:00
autofix-ci[bot]
4a07118acd
[autofix.ci] apply automated fixes
2025-09-02 05:10:56 +00:00
Mauricio Siu
be9e19e708
refactor: enhance project and environment handling across components and services by replacing projectId with environmentId, improving context clarity and authorization checks
2025-09-01 23:10:37 -06:00
Oleksandr Havrylov
e004d8bd52
fix: change default DOCKER_CONFIG to a config directory instead of config.json file
2025-06-29 17:14:50 +02:00
Mauricio Siu
10fa3c8cf1
fix: update environment file generation to include APP_NAME variable
2025-05-17 15:18:31 -06:00
Mauricio Siu
32405fc61a
fix: update Docker network creation command to support overlay driver for stack deployments
2025-05-10 02:13:57 -06:00
Mauricio Siu
8ab6d6b282
chore: clean up unused variables and improve error handling across codebase
...
This commit focuses on removing unused variables, adding placeholder error handling, and generally tidying up various files across the Dokploy application. Changes include:
- Removing unused imports and variables
- Adding placeholder error handling in catch blocks
- Cleaning up commented-out code
- Removing deprecated utility files
- Improving type safety and code consistency
2025-02-22 20:35:21 -06:00
Mauricio Siu
1a415b96c9
refactor: remove unused auth service and clean up server-side code
2025-02-22 18:03:12 -06:00
Mauricio Siu
fcc55355f2
refactor: add catch to prevent throw error
2025-02-09 03:02:39 -06:00
Mauricio Siu
a8f94540f9
refactor: lint
2025-02-09 02:20:40 -06:00
Mauricio Siu
3e2cfe6eb8
refactor: agroupate utilities
2025-02-09 02:20:28 -06:00
Mauricio Siu
f44512a437
refactor: add condition to deploy on remote servers
2025-02-06 01:52:53 -06:00
Mauricio Siu
56b26ce0d5
refactor: use appname in network connect
2025-02-06 00:19:34 -06:00
Mauricio Siu
6f2148c060
feat: add deployable option to randomize and prevent colission in duplicate templates
2025-02-03 00:57:18 -06:00
Mauricio Siu
5d6847b970
fix: add missing command
2025-02-02 22:18:21 -06:00
Mauricio Siu
7369b54f32
refactor: update
2025-01-31 01:20:52 -06:00
Mauricio Siu
009859faa9
refactor: add .env docker stack
2025-01-31 01:20:10 -06:00
Mauricio Siu
50c518a63a
Merge branch 'canary' into feat/stack-env-support
2025-01-30 23:39:54 -06:00
Nicholas Penree
364d04f238
fix: show error message when compose builder throws
...
(cherry picked from commit 3633e3d66ab73a89382d0a2f079af63f57289419)
2024-12-23 22:13:49 -05:00
Mauricio Siu
c0e9670daf
refactor: delete log
2024-12-22 01:53:30 -06:00
Mauricio Siu
a710728e77
feat: add support for custom command
2024-12-22 01:51:05 -06:00
Mauricio Siu
79b733536f
Merge branch 'canary' into feat/stack-env-support
2024-12-08 18:35:40 -06:00
Mauricio Siu
7003fe77c9
feat: add shared enviroment variables
2024-11-17 16:13:07 -06:00
xenonwellz
65ee0a3e22
fix(builder): created processed file in the same directory as main stack.yml
2024-11-11 02:22:48 +01:00
xenonwellz
c9b570e469
fix(builder): fixed issues on non-raw compose and external servers
2024-11-09 13:00:15 +01:00
xenonwellz
dafed3096f
refactor(builder): removed path log
2024-11-04 22:47:58 +01:00
xenonwellz
f772fec407
fix(bundler): docker-compose bug
2024-11-04 11:02:46 +01:00
xenonwellz
06cbd1fce1
refactor(bundler): removed redundant code
2024-11-03 15:26:54 +01:00
xenonwellz
9c355bcfb7
refactor(builder): removed unused and redundant code
2024-11-02 12:42:53 +01:00
xenonwellz
06081627e8
refactor: used docker stack config
2024-11-02 00:35:38 +01:00
xenonwellz
cb02deb837
fix(builder): fixed docker-compose issue
2024-11-01 23:15:12 +01:00
xenonwellz
94786c738b
feat: added env support for dokploy
2024-11-01 15:27:00 +01:00
Mauricio Siu
47aa223f87
refactor: remove save on build on next app and integrate turbopack
2024-10-24 23:13:24 -06:00
Mauricio Siu
f3ce69b656
refactor: rename builders to server
2024-10-05 22:15:47 -06:00