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
4e91b0adc06aa913d9b885264e284171fc759cb2
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:
⬆️(global) upgrade node to 20.x We are currently using version 18 of node but some packages now requires at least node 20.x. As this the LTS version, we upgrade your codebase to this version.
2024-07-29 08:58:24 +02:00
image: node:20.16
🧱(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: 42ms 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