[PR #508] Adding dev environments for Astro #521

Open
opened 2025-11-06 14:27:57 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/docker/awesome-compose/pull/508
Author: @edodusi
Created: 8/8/2024
Status: 🔄 Open

Base: masterHead: awesome-astro


📝 Commits (1)

  • 6868f58 astro: add dev envs config for astro

📊 Changes

12 files changed (+209 additions, -0 deletions)

View changed files

astro/README (+63 -0)
astro/app/.dockerignore (+3 -0)
astro/app/Dockerfile (+14 -0)
astro/app/README.md (+47 -0)
astro/app/astro.config.mjs (+15 -0)
astro/app/package.json (+17 -0)
astro/app/public/favicon.svg (+9 -0)
astro/app/src/env.d.ts (+1 -0)
astro/app/src/pages/index.astro (+16 -0)
astro/app/tailwind.config.mjs (+8 -0)
astro/app/tsconfig.json (+3 -0)
astro/compose.yaml (+13 -0)

📄 Description

This is to support local development with Compose and the Astro framework


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/docker/awesome-compose/pull/508 **Author:** [@edodusi](https://github.com/edodusi) **Created:** 8/8/2024 **Status:** 🔄 Open **Base:** `master` ← **Head:** `awesome-astro` --- ### 📝 Commits (1) - [`6868f58`](https://github.com/docker/awesome-compose/commit/6868f58f3f04e4e68a7a5fd2ba9d75f3977f3e94) astro: add dev envs config for astro ### 📊 Changes **12 files changed** (+209 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `astro/README` (+63 -0) ➕ `astro/app/.dockerignore` (+3 -0) ➕ `astro/app/Dockerfile` (+14 -0) ➕ `astro/app/README.md` (+47 -0) ➕ `astro/app/astro.config.mjs` (+15 -0) ➕ `astro/app/package.json` (+17 -0) ➕ `astro/app/public/favicon.svg` (+9 -0) ➕ `astro/app/src/env.d.ts` (+1 -0) ➕ `astro/app/src/pages/index.astro` (+16 -0) ➕ `astro/app/tailwind.config.mjs` (+8 -0) ➕ `astro/app/tsconfig.json` (+3 -0) ➕ `astro/compose.yaml` (+13 -0) </details> ### 📄 Description This is to support local development with Compose and the Astro framework --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 14:27:57 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-compose#521