Commit Graph

19 Commits

Author SHA1 Message Date
George
8d1ca80b00
Update docker version on docker-compose.yml 2025-01-15 23:14:16 -03:00
George
a3396b6c87
Updated ffi, changed base docker image, added observer and ostruct (#2931)
Signed-off-by: George Araujo <george.gcac@gmail.com>
2024-12-30 22:12:54 -03:00
George
807629dd2f
Update docker-compose.yml image version 2024-12-28 23:48:25 -03:00
George
8d20dc5e07
Update docker-compose.yml image version 2024-12-12 12:46:56 -03:00
Amir Pourmand
47ed26fb4a
Update docker-compose.yml to use tag 2024-10-25 20:47:41 +03:30
Amir Pourmand
89f7ca7b93
Update docker-compose.yml 2024-10-24 16:47:42 +03:30
Amir Pourmand
75b3f9f196
Update version (#2800) 2024-10-23 17:34:41 -03:00
George
4184a06a42
Added commented code about docker permissions, organized Dockerfile (#2801)
I am currently testing out docker in a remote lab environment where
docker was configured in a way that it can't run as root, causing some
permission issues. The solution I could find was to add these changes
(commented by default) to these files and fill the specifics so it could
run as it was your user running the code.

Signed-off-by: George Araújo <george.gcac@gmail.com>
2024-10-23 11:35:04 -03:00
Amir Pourmand
6a795aff79
Add Image Version to Docker-Compose to pull the relevant image (#2740)
This is to address 
- #2733 

Since a lot of times, the only problem is that docker image is not
consistent with the build. We have to somehow incorporate image version
into repository.

I don't insist to provide it this way. Maybe there are other automatic
ways which are better.

We can also calculate the relevant tag from git.
2024-10-23 13:50:41 +03:30
Furkan Akkurt
aef552f043
Remove 'version's as it's obsolete; Update docker-compose files (#2574) 2024-07-16 22:52:06 -03:00
Andreas Säuberli
0b6135e0d6
Use JEKYLL_ENV=development in Docker Compose setup (#2336)
Fixes #2303.

See #2333 for discussion.
2024-04-12 14:05:47 -03:00
Maruan
beb6f27d59
format code with prettier.io (#2048)
summary:
- adds prettier formatter configuration
- formats the entire repo using prettier, ignoring minified files
(`*.min.css`) and heavy generated html
- changes extensions of all `.html` files to `.liquid`, which is more
correct and necessary for prettier to work correctly
- replaces "%-" and "-%" with just "%" — manual liquid formatting using
minus signs is superfluous since we are compressing and minifying the
code anyway
- adds CI action for running prettier check on PR and pushes to master
2024-01-10 00:10:51 -05:00
WEI EN TSAI
f05fb7bc58
fix live-reloading in docker (#2022)
Fix #2021 : The webpage hosted by docker would not be automatically
reloaded because the port used for live-reloading (port 35729) is not
forwarded.
2023-12-29 02:43:26 +03:30
Amir Pourmand
136e8bf2bb
Better Readme (#1806) 2023-11-22 16:23:29 -03:00
Amir Pourmand
c0bc95c5d9
Add Reload to Docker (Automatic Reload of Changes to _config.yaml) (#1702)
- #1640
2023-10-07 10:03:58 +03:30
Amir Pourmand
4504d963d9
Update Dockerfile (#1581) 2023-07-18 16:40:24 +03:30
Amir Pourmand
e7b83a736e
Fix Docker Problem (#1074) 2023-01-08 10:35:00 -05:00
Amir Pourmand
4883684acf
Add Container Name (#1021) 2022-12-11 01:51:12 -05:00
Amir Pourmand
7172df0877
Add Docker-compose file for windows compatibility (#875)
This file makes it easier for windows users to use docker. (Closes #829)

Previous to this commit, those who used Windows had to install Ubuntu
inside windows (via WSL) and run our commands. Now they can run it by
just typing `docker-compose up`.

> The main problem was that `./bin/dockerhub_run.sh` command was written
with `Bash` in mind and you had to change it a little bit to make it
compatible with windows `Powershell`. We shouldn't have two scripts.
This is why adding a `docker-compose.yml` file is necessary.
2022-10-31 11:27:43 -04:00