Logo
Explore Help
Sign In
studio/cunningham
2
0
Fork 0
You've already forked cunningham
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
a61e6ec1699326f6ca9e495ee62d6eca3aeba2e8
cunningham/docker-compose.yml

22 lines
365 B
YAML
Raw Normal View History

🧱(docker) setup Setup Docker files with Node to run workflows.
2022-12-01 12:06:41 +01:00
version: "3.5"
services:
node:
🔧(Docker) upgrade to node 18.18 The node LTS version is 18 and node 16 has reached its end of support the 11th september 2023. Furthermore, some JS packages starts to remove support of node version less than 18. That's why it seems to be the right moment for us to level up to node 18.18.
2023-11-20 17:12:58 +01:00
image: node:18.18
🧱(docker) setup Setup Docker files with Node to run workflows.
2022-12-01 12:06:41 +01:00
working_dir: /app
user: "${DOCKER_USER:-1000}"
ports:
- "3200:3200"
- "3201:3201"
- "6006:6006"
volumes:
🌐(react) add i18n We need to be able to use localized texts for various components, like for accessible labels. We decided to setup a lightweight implementation of localizable to avoid relying on an existing heavy library. The Provider includes by default full translations for english, and it is also made to be able to load easily any custom locale directly from the Provider.
2023-02-20 16:26:30 +01:00
- .:/app
crowdin:
image: crowdin/cli:3.10.0
user: "${DOCKER_USER:-1000}"
working_dir: /app
env_file: env.d/crowdin
volumes:
- ".:/app"
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 50ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API