improve more

This commit is contained in:
Andras Bacsai
2023-12-13 11:35:53 +01:00
parent 00d708610d
commit 3c54e01d87
8 changed files with 79 additions and 151 deletions

View File

@@ -70,6 +70,8 @@ services:
volumes:
- .:/var/www/html:cached
command: sh -c "npm install && npm run dev"
networks:
- coolify
testing-host:
<<: *testing-host-base
container_name: coolify-testing-host
@@ -77,15 +79,8 @@ services:
- /:/host
- /var/run/docker.sock:/var/run/docker.sock
- /data/coolify/:/data/coolify
# - coolify-data-dev:/data/coolify
# remote-host:
# <<: *testing-host-base
# container_name: coolify-remote-host
# volumes:
# - /:/host
# - /var/run/docker.sock:/var/run/docker.sock
# - /data/coolify/:/data/coolify
# # - coolify-data-dev:/data/coolify
networks:
- coolify
mailpit:
image: "axllent/mailpit:latest"
container_name: coolify-mail
@@ -116,8 +111,8 @@ volumes:
coolify-redis-data-dev:
coolify-minio-data-dev:
networks:
coolify:
name: coolify
driver: bridge
external: false
coolify:
name: coolify
external: false