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/plex/constants.sh
Marc Cataford d84dfe0ec2
feat(plex): move Plex setup to task model
fix: ports published for plex

fix: Dockerfile name
2023-12-15 15:44:47 -05:00

8 lines
278 B
Bash

#!/bin/bash
export APP_NAME="plex"
export APP_CONTAINER_NAME=$APP_NAME-app
export APP_IMAGE_NAME=$CONTAINER_NAME_PREFIX-$APP_CONTAINER_NAME
export DB_CONTAINER_NAME=$APP_NAME-db
export DB_IMAGE_NAME=$CONTAINER_NAME_PREFIX-$DB_CONTAINER_NAME
export NETWORK_NAME=$APP_NAME-local