phase6: run dev containers on isolated 'sites' network
This commit is contained in:
parent
a549aee2f1
commit
7f4349feac
1 changed files with 1 additions and 1 deletions
|
|
@ -187,7 +187,7 @@ runs:
|
|||
if [ -n "$val" ]; then printf '%s=%s\n' "$key" "$val" >> "$RTENV"; echo " + runtime env: $key"; fi
|
||||
done
|
||||
IFS=$OLDIFS
|
||||
set -- --name "$SLUG" --network web --restart unless-stopped --env-file "$RTENV" \
|
||||
set -- --name "$SLUG" --network sites --restart unless-stopped --env-file "$RTENV" \
|
||||
--label "platform.project=${REPO}" --label "platform.slug=${SLUG}" --label "platform.domain=${DOMAIN}"
|
||||
if [ "$DT" = "docker-db" ]; then
|
||||
printf '%s\n' "DATABASE_URL=file:/data/app.db" >> "$RTENV"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue