compose removed

This commit is contained in:
Henrik Bygren 2024-04-18 07:04:00 +02:00
parent 929f480384
commit 94f0da5546

View File

@ -46,15 +46,10 @@ services:
depends_on:
- mariadb
composer:
image: composer/composer:latest
command: install
volumes:
- ./composer:/composer
node:
image: node:latest
container_name: node
restart: always
working_dir: /sveltekit
command: "npm run dev -- --host 0.0.0.0"
volumes: