Skip to content

aam-git/docker-sveltekit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Svelte Kit

powered by node:17-alpine

SvelteKit The Fastest Way to Build Svelte Apps.

Available tags you can use:

  • latest (skeleton template) DEFAULT
  • production-tailwind (skeleton template with tailwind 2)
  • production-demo (demo template)
  • dev (skeleton template)
  • dev-demo (demo template)

dev tags run in live reload mode so you can make changes to the file and they update on the website without need to restart

docker-compose.yml

version: '2'
services:
  sveltekit:
    image: ghcr.io/aam-git/docker-sveltekit
    restart: unless-stopped
    volumes:
      - sveltekit_data:/usr/src/app
    networks:
      - internal
    ports:
      - 3000
volumes:
  sveltekit_data:
    driver: local

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors