Skip to content

Commit

Permalink
Remove deprecated version from compose, Force cleanup pid on start
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaczero committed Apr 10, 2024
1 parent d56872d commit 780feb9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ let

entrypoint = pkgs.writeShellScriptBin "entrypoint" ''
set -ex
rm -f data/postgres/postmaster.pid
dev-start
set -o allexport
source "envs/app/${envTag}.env" set
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3"

services:
app:
image: backend:${TAG}
Expand Down

0 comments on commit 780feb9

Please sign in to comment.