https://github.com/barnabas/astro-docker
Demo of Node.js/Astro/Vite dev stack in Docker Compose
https://github.com/barnabas/astro-docker
astro docker docker-compose nodejs vitejs
Last synced: 3 months ago
JSON representation
Demo of Node.js/Astro/Vite dev stack in Docker Compose
- Host: GitHub
- URL: https://github.com/barnabas/astro-docker
- Owner: Barnabas
- Created: 2022-09-23T01:02:35.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-23T01:03:43.000Z (almost 4 years ago)
- Last Synced: 2025-01-22T04:33:49.027Z (over 1 year ago)
- Topics: astro, docker, docker-compose, nodejs, vitejs
- Language: Astro
- Homepage:
- Size: 98.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Astro + Docker demo
This demonstrates developing with Astro in Docker, using Docker Compose.
It is based on [Astro Starter Kit: Minimal](https://github.com/withastro/astro/tree/latest/examples/minimal)
To start the stack, run the command `docker compose up --build`.
When you're finished, run `docker compose rm --stop --volumes --force` to clean up.