Alejandro
e7d7291947
Merge pull request #5196 from penpot/niwinz-remove-graaljs
...
⬆️ Update deps (part 1) and remove graalvm js
2024-10-29 08:48:50 +01:00
Yamila Moreno
aa7cbc9f08
⬆️ Pin redis@7.2 in docker-compose
...
It's the latest open source version
2024-10-25 12:29:31 +02:00
Andrey Antukh
0fd783e65e
✨ Make nodejs available on backend docker image
...
Used for execute svgo-cli.js script
2024-10-22 20:23:38 +02:00
Yamila Moreno
308b2d95f3
🐳 Improve flags configuration in docker-compose
2024-10-10 16:13:46 +02:00
David Barragán Merino
14257ae422
🐳 Change maintainer in docker images
2024-10-10 13:47:48 +02:00
David Barragán Merino
e64c956693
🐳 Use nginx-unprivileged as base image
2024-10-10 13:47:48 +02:00
Andrey Antukh
3026bd8aaf
Merge remote-tracking branch 'origin/staging' into develop
2024-08-23 10:59:14 +02:00
Andrey Antukh
e07c1bba7a
🐛 Disable ipv6 from docker nginx resolver
2024-08-12 16:22:19 +02:00
acb7ca5440
🔥 Remove version specification from docker-compose.yaml file
...
It is deprecated
2024-06-20 08:16:02 +02:00
Brendan Bell
2929783d35
📎 Update docker-compose.yaml
2024-06-17 13:30:51 +02:00
Alejandro Alonso
b073c23ced
Merge remote-tracking branch 'origin/staging' into develop
2024-05-24 13:16:53 +02:00
AbdelatifAitBara
4d463537dd
🐛 Fix docker-compose version
...
Fixes #4545
2024-05-23 15:39:34 +02:00
alonso.torres
97c3abfd60
✨ Add nginx configuration for mjs files
2024-04-19 01:29:13 +02:00
Andrey Antukh
83f8218bf3
🐛 Fix incorrect queryparams handling on default nginx entrypoint
2024-04-12 10:50:13 +02:00
Andrey Antukh
0bc5a80c51
✨ Add missing .yarnrc.yml on exporter bundle
2024-04-10 15:31:49 +02:00
Andrey Antukh
352c13881a
🐛 Fix exporter dockerfile issue related to yarn update
2024-04-10 15:31:49 +02:00
Andrey Antukh
7b7820952c
✨ Update docker related files
2024-04-10 15:31:49 +02:00
Alejandro Alonso
1ba76cb3f8
Merge remote-tracking branch 'origin/staging' into develop
2023-09-07 11:32:03 +02:00
Frederik Ring
d06124e378
⚡ Allow passing overrides to frontend nginx config
2023-09-06 09:48:06 +02:00
Andrey Antukh
cb7fbc2cc4
🐛 Fix cache issues on default nginx configuration on docker images
2023-08-24 14:49:37 +02:00
Andrey Antukh
88261c2ec3
✨ Increase network timeout on exporter dockerfile
2023-08-02 13:43:53 +02:00
Alejandro Alonso
7823a3270a
🐛 Fix nginx locations with regex
2023-07-10 12:00:29 +02:00
Alejandro Alonso
cf9fb7face
🐛 Fix 404 errors
2023-07-06 19:00:10 +02:00
Alejandro Alonso
bfc490bd63
🐛 Fix 404 errors
2023-07-06 15:22:55 +02:00
Andrey Antukh
8f0a4e8333
🎉 Add local caching of gfonts styles
2023-06-23 13:32:38 +02:00
Alejandro Alonso
5fc303a05d
Merge remote-tracking branch 'origin/staging' into develop
2023-06-21 12:45:54 +02:00
Andrey Antukh
73d42c03d5
✨ Allow override the default nginx resolver
...
using the PENPOT_INTERNAL_RESOLVER environment variable
2023-06-20 11:21:09 +02:00
Andrey Antukh
06f25c3950
⬆️ Update nodejs on exporter dockerfile
2023-05-17 15:47:21 +02:00
Andrey Antukh
444b7d5aae
⬆️ Update to JDK19 on backend dockerfile
2023-05-17 15:47:21 +02:00
Andrey Antukh
01404ba581
🎉 Add the ability to delete and search profiles to manage.py
2023-05-17 15:47:21 +02:00
Andrey Antukh
6972227b8d
📎 Add improved docstring for penpot_secret_key
2023-04-07 08:55:53 +02:00
Leon
e9daaa2eb8
🐛 Fix default port for penpot-exporter on nginx entrypoint
...
By default, penpot-frontend will try to reach penpot-export on port 80,
this is wrong, the exporter listens by default to port 6061.
2023-04-04 19:09:44 +02:00
Andrey Antukh
ad34ebff89
🐳 Add backend and exporter uri env vars to frontend docker image
2023-03-07 13:08:38 +01:00
Andrey Antukh
1ed3b3cf75
📎 Add missing restart policy to some containers
...
on default compose file
2023-02-10 14:07:12 +01:00
Andrey Antukh
c467d04d50
🐛 Fix permission issue on docker images
2023-02-10 13:37:33 +01:00
Andrey Antukh
8d19c067e8
🐛 Fix incorrect mountpoint on docker compose
2023-02-10 13:23:22 +01:00
Andrey Antukh
5ae1fe5867
📎 Add nano editor to backend docker image
2023-02-07 16:50:58 +01:00
Andrey Antukh
5d6462b2a7
🐛 Fix compatibility issues on docker upgrade path
2023-02-07 11:19:46 +01:00
Mario Bašić
f1b09e763e
🐛 Add mailcatch to penpot network on docker compose
...
Without this the backend complains that it cannot connect to the smtp host (when using mailcatcher). The reason is because the mailcatcher is not on the same network as the backend application.
2023-02-05 11:16:07 +01:00
Andrey Antukh
91ececa59e
🐛 Fix backend flags on docker compose sample file
2023-01-31 23:01:58 +01:00
Andrey Antukh
f8cb505196
🐛 Fix arguments handling on docker/images/build.sh script
2023-01-31 19:48:41 +01:00
Andrey Antukh
14e3439cae
🔥 Remove admin mention from compose, still not working correctly
2023-01-31 19:08:38 +01:00
Andrey Antukh
7dd55c7f9d
⏪ Revert JRE/JLINK changes from Dockerfile.backend file
2023-01-31 18:50:53 +01:00
Alejandro Alonso
e8e3398a74
🐛 Fix default nginx configuration for docker images
2023-01-31 17:42:28 +01:00
Andrey Antukh
231ac00934
🎉 Add manage.py script for docker images
2023-01-20 17:14:32 +01:00
Andrey Antukh
8468e7af24
🎉 Add admin example service to default docker compose file
2023-01-20 16:52:58 +01:00
Andrey Antukh
bafe3ec087
⏪ Revert some changes related to admin that are no longer necessary
2023-01-13 10:19:39 +01:00
Andrey Antukh
b827037f90
📎 Add experimental label on admin image on compose file
2022-12-28 09:10:06 +01:00
Andrey Antukh
7d817eb080
🎉 Add new version of docker-compose.yaml
...
That not depends on config.env file and has better examples
2022-12-22 16:42:45 +01:00
Andrey Antukh
81ecb26f8b
✨ Make exporter docker image run on non-root user
2022-12-22 16:42:45 +01:00