@ -0,0 +1 @@
DATABASE_URL=postgres://fej:fej@fej_db:5432/fej
@ -101,6 +101,7 @@ elif [[ "$action" = run ]]; then
--tty \
--publish 8000:8000 \
--name fej \
--env-file .env \
--network fej \
"$image$([[ "$mode" != "rel" ]] && echo "-dev"):$tags" "$@"
fi