wip
This commit is contained in:
parent
2487dde69e
commit
c44a9afdeb
1
.gitignore
vendored
1
.gitignore
vendored
@ -20,6 +20,7 @@ yarn-error.log
|
|||||||
/.npm
|
/.npm
|
||||||
/.bash_history
|
/.bash_history
|
||||||
/_volumes
|
/_volumes
|
||||||
|
.env.secrets
|
||||||
|
|
||||||
.lesshst
|
.lesshst
|
||||||
psysh_history
|
psysh_history
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
version: '3.8'
|
version: '3.8'
|
||||||
services:
|
services:
|
||||||
coolify:
|
coolify:
|
||||||
image: "ghcr.io/coollabsio/coolify:${APP_TAG:-v4.0.0-nightly.1}"
|
image: "ghcr.io/coollabsio/coolify:${APP_TAG:-v4.0.0-nightly.0}"
|
||||||
container_name: coolify
|
container_name: coolify
|
||||||
environment:
|
environment:
|
||||||
- APP_ENV=production
|
- APP_ENV=production
|
||||||
|
Loading…
x
Reference in New Issue
Block a user