Faruk AYDIN
|
124e6e0811
|
feat: Execute db:migrate and db:seed:user for main instance
|
2024-01-12 17:30:05 +01:00 |
|
Faruk AYDIN
|
54d9d17d14
|
chore: Make dockerfile cloud work with main branch
|
2024-01-12 17:24:29 +01:00 |
|
Faruk AYDIN
|
af6574fdf1
|
feat: Do not build web when it's a worker instance
|
2024-01-12 16:44:44 +01:00 |
|
Faruk AYDIN
|
115a993cd2
|
feat: Convert cloud dockerfile to work without build step
|
2024-01-12 16:33:58 +01:00 |
|
Faruk AYDIN
|
99adb2ceda
|
feat: Update node version to 18 for Dockerfiles
|
2024-01-12 15:17:09 +01:00 |
|
Faruk AYDIN
|
490a23ae0a
|
chore: Update version to 0.10.0 in Dockerfiles
|
2023-11-09 15:46:42 +03:00 |
|
Faruk AYDIN
|
3a2cbae0a0
|
chore: Update version to 0.9.3 in Dockerfiles
|
2023-09-01 12:34:25 +02:00 |
|
Faruk AYDIN
|
9df5ee7b11
|
chore: Update version to 0.9.2 in Dockerfiles
|
2023-08-28 16:29:53 +02:00 |
|
Faruk AYDIN
|
6d64daf324
|
chore: Update version to 0.9.1 in Dockerfiles
|
2023-08-28 14:46:26 +02:00 |
|
Faruk AYDIN
|
36ee0df256
|
chore: Update version to 0.9.0 in Dockerfiles
|
2023-08-28 13:06:20 +02:00 |
|
Faruk AYDIN
|
2d332b32d9
|
chore: Update version to 0.8.0 in Dockerfiles
|
2023-08-02 15:06:49 +02:00 |
|
Faruk AYDIN
|
caa104b1cc
|
chore: Update version to 0.7.1 in Dockerfiles
|
2023-05-19 19:56:01 +02:00 |
|
Faruk AYDIN
|
41421b849a
|
chore: Update version to 0.7.0 in Dockerfiles
|
2023-05-19 12:28:59 +02:00 |
|
Ömer Faruk Aydın
|
c0171e1cd1
|
Merge pull request #1070 from automatisch/dockerfile.cloud
chore: add dockerfile for cloud
|
2023-04-26 11:20:00 +02:00 |
|
Ali BARIN
|
920a983146
|
chore: add dockerfile for cloud
|
2023-04-25 20:43:48 +00:00 |
|
Faruk AYDIN
|
600ea1848f
|
chore: Update version to 0.6.1 in Dockerfiles
|
2023-04-25 17:14:43 +02:00 |
|
Faruk AYDIN
|
df83aa4d15
|
chore: Update version with 0.6.0
|
2023-04-17 18:37:24 +02:00 |
|
कारतोफ्फेलस्क्रिप्ट™
|
bd02b7574a
|
chore: Reduce the docker image size by half (#890)
|
2023-02-21 13:02:32 +01:00 |
|
Faruk AYDIN
|
113a91a73f
|
chore: Update versioning in dockerfiles
|
2023-02-08 13:32:25 +01:00 |
|
Faruk AYDIN
|
4a99b7a3f2
|
chore: Update version in Dockerfiles with 0.4.0
|
2023-01-13 17:09:49 +01:00 |
|
Faruk AYDIN
|
a334864980
|
chore: Cover different architectures in Dockerfile
|
2022-12-17 20:40:44 +03:00 |
|
Ali BARIN
|
dd8bab299d
|
chore: update cli version in dockerfiles
|
2022-12-08 20:15:06 +01:00 |
|
Faruk AYDIN
|
d326b5a36a
|
chore: Add migration for webhook secret key
|
2022-12-08 13:27:08 +03:00 |
|
Faruk AYDIN
|
75196cbf84
|
feat: Introduce webhook secret key to verify webhook requests
|
2022-12-08 10:33:15 +03:00 |
|
Ali BARIN
|
a0f0db1dd4
|
refactor(docker-compose): incorporate standalone build
|
2022-11-27 01:39:08 +01:00 |
|
Ali BARIN
|
e455497596
|
refactor(docker): rework for release
|
2022-11-27 01:39:08 +01:00 |
|
Ali BARIN
|
bb99dd82ba
|
chore: remove unused wait for postgres scripts
|
2022-11-27 01:39:07 +01:00 |
|
ksurl
|
53f38c583a
|
add openssl package
|
2022-11-22 14:31:21 -08:00 |
|
ksurl
|
12622e2045
|
add dos2unix prestage
|
2022-11-22 10:56:04 -08:00 |
|
ksurl
|
36dfedbaab
|
Merge remote-tracking branch 'upstream/main' into docker-alpine
|
2022-11-22 10:48:28 -08:00 |
|
Ali BARIN
|
d3a059d759
|
fix(docker-compose): add dos2unix
|
2022-11-22 17:36:55 +01:00 |
|
ksurl
|
9ba1351a3b
|
refactor: use healthcheck for db, remove psql client from image (#737)
* refactor: use healthcheck for db, remove postgresql client from main image
* fix: redis dependency condition
* cleanup entrypoint.sh
* fix healthcheck command
|
2022-11-22 01:18:05 +01:00 |
|
ksurl
|
399f8ed1db
|
switch to alpine based image
|
2022-11-21 16:14:06 -08:00 |
|
ksurl
|
92e5ae0ebd
|
refactor(docker-compose): combine dockerfiles with entrypoint (#727)
* combine worker and main image, support encryption key, app secret key env, and postgres pw
* Update docker/entrypoint.sh
fix env file path
Co-authored-by: Ali BARIN <ali.barin53@gmail.com>
* add build tag, move compose to root
* add volumes
* style: remove trailing indent
* refactor(docker-compose): empty encryption env. vars
* docs(docker-compose): update compose folder
* refactor(docker-compose): remove host network
* fix(docker-compose): add environment variable keys
Co-authored-by: Ali BARIN <ali.barin53@gmail.com>
|
2022-11-21 20:26:44 +01:00 |
|
Ali BARIN
|
6fdfdefe5c
|
fix: use actual DB name in wait for postgres script
|
2022-11-19 13:37:36 +01:00 |
|
Faruk AYDIN
|
b6d2624c4a
|
chore: Pass project name option to docker compose
|
2022-11-13 20:54:31 +01:00 |
|
Ali BARIN
|
e30bfe67ed
|
chore: add project name in docker compose
|
2022-11-13 16:19:11 +01:00 |
|
Faruk AYDIN
|
2cff284122
|
chore: Update cli version in dockerfiles
|
2022-11-12 16:26:54 +01:00 |
|
Faruk AYDIN
|
d67db9c63e
|
fix: Wait for postgres in worker service
|
2022-11-12 16:15:06 +01:00 |
|
Ali BARIN
|
475f24f661
|
style: auto format whole project
|
2022-11-05 23:57:33 +01:00 |
|
Ali BARIN
|
0d04e1534d
|
chore: update cli version with 0.1.5 in Dockerfiles
|
2022-10-09 10:21:05 +02:00 |
|
Ali BARIN
|
37548e6c39
|
chore: upgrade cli version with 0.1.4 in Dockerfiles
|
2022-10-08 14:37:55 +02:00 |
|
Ali BARIN
|
5d7bf38d13
|
chore: upgrade vers in Dockerfiles
|
2022-10-08 13:03:31 +02:00 |
|
Ali BARIN
|
2c2c1e8d89
|
chore: add 0.1.2 version in Dockerfiles
|
2022-10-08 12:57:27 +02:00 |
|
Faruk AYDIN
|
3d14208175
|
chore: Remove local registry from docker files
|
2022-10-07 17:51:30 +02:00 |
|
Faruk AYDIN
|
3c46f747b5
|
chore: Use main instead of automatisch service in docker compose file
|
2022-09-21 19:08:08 +03:00 |
|
Ali BARIN
|
29a9338ad7
|
feat(docker-compose): add worker as service
|
2022-09-07 23:25:26 +02:00 |
|
Ali BARIN
|
6e9a9992c0
|
chore: wait for postgres in docker compose
|
2022-08-31 21:29:05 +02:00 |
|