This commit is contained in:
Andras Bacsai 2023-04-27 09:38:04 +02:00
parent 2487dde69e
commit c44a9afdeb
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -20,6 +20,7 @@ yarn-error.log
/.npm
/.bash_history
/_volumes
.env.secrets
.lesshst
psysh_history

View File

@ -1,7 +1,7 @@
version: '3.8'
services:
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
environment:
- APP_ENV=production