wip
This commit is contained in:
@@ -4,7 +4,9 @@ services:
|
|||||||
image: "ghcr.io/coollabsio/coolify:${APP_TAG:-v4.0.0-nightly.0}"
|
image: "ghcr.io/coollabsio/coolify:${APP_TAG:-v4.0.0-nightly.0}"
|
||||||
container_name: coolify
|
container_name: coolify
|
||||||
volumes:
|
volumes:
|
||||||
- coolify:/var/www/html/storage/app
|
- /data/coolify/deployments:/var/www/html/storage/app/deployments
|
||||||
|
- /data/coolify/ssh-keys:/var/www/html/storage/app/ssh-keys
|
||||||
|
- /data/coolify/proxy:/var/www/html/storage/app/proxy
|
||||||
environment:
|
environment:
|
||||||
- APP_ENV=production
|
- APP_ENV=production
|
||||||
- APP_DEBUG
|
- APP_DEBUG
|
||||||
@@ -44,7 +46,5 @@ services:
|
|||||||
retries: 5
|
retries: 5
|
||||||
timeout: 2s
|
timeout: 2s
|
||||||
volumes:
|
volumes:
|
||||||
coolify:
|
|
||||||
name: coolify
|
|
||||||
coolify-db:
|
coolify-db:
|
||||||
name: coolify-db
|
name: coolify-db
|
||||||
|
Reference in New Issue
Block a user