This repository has been archived on 2024-07-19. You can view files and clone it, but cannot push or open issues or pull requests.
spadinastan/services/bastion/start.sh

10 lines
194 B
Bash

#!/bin/bash
source constants.sh
podman run \
--detach \
--pod services \
--name $APP_CONTAINER_NAME \
--env-file $ENV_FILE_DIR/bastion.env \
$APP_IMAGE_NAME:$IMAGE_VERSION