mirror of
https://github.com/beak-insights/felicity-lims.git
synced 2025-02-23 16:33:11 +08:00
12 lines
No EOL
178 B
Bash
Executable file
12 lines
No EOL
178 B
Bash
Executable file
#! /usr/bin/env sh
|
|
|
|
# Exit in case of error
|
|
set -e
|
|
|
|
DOMAIN=felicity.com
|
|
TRAEFIK_TAG=felicity.com
|
|
STACK_NAME=felicity
|
|
TAG=production
|
|
docker-compose \
|
|
-f docker-compose.yml \
|
|
up -d |