Update docker-compose.dev.yml
This commit is contained in:
@@ -60,7 +60,7 @@ services:
|
|||||||
SOKETI_DEFAULT_APP_SECRET: "${PUSHER_APP_SECRET:-coolify}"
|
SOKETI_DEFAULT_APP_SECRET: "${PUSHER_APP_SECRET:-coolify}"
|
||||||
entrypoint: ["/bin/sh", "/soketi-entrypoint.sh"]
|
entrypoint: ["/bin/sh", "/soketi-entrypoint.sh"]
|
||||||
vite:
|
vite:
|
||||||
image: node:20
|
image: node:20-alpine
|
||||||
pull_policy: always
|
pull_policy: always
|
||||||
working_dir: /var/www/html
|
working_dir: /var/www/html
|
||||||
environment:
|
environment:
|
||||||
@@ -88,7 +88,7 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- coolify
|
- coolify
|
||||||
mailpit:
|
mailpit:
|
||||||
image: "axllent/mailpit:latest"
|
image: axllent/mailpit:latest
|
||||||
pull_policy: always
|
pull_policy: always
|
||||||
container_name: coolify-mail
|
container_name: coolify-mail
|
||||||
ports:
|
ports:
|
||||||
|
Reference in New Issue
Block a user