From 40085f472c3955afc78c1d045c616c9e5588c813 Mon Sep 17 00:00:00 2001
From: Jonas Leder <jonas@jonasled.de>
Date: Fri, 8 Nov 2019 17:06:14 +0100
Subject: [PATCH] renamed docker-compose-test to build
---
...mpose-test.yml => docker-compose-build.yml | 36 +++++++++----------
1 file changed, 18 insertions(+), 18 deletions(-)
rename docker-compose-test.yml => docker-compose-build.yml (97%)
diff --git a/docker-compose-test.yml b/docker-compose-build.yml
similarity index 97%
rename from docker-compose-test.yml
rename to docker-compose-build.yml
index 134de0b..bdcdd24 100644
--- a/docker-compose-test.yml
+++ b/docker-compose-build.yml
@@ -1,19 +1,19 @@
-#This file is used for testing the server. because of that, it doesn't use the release files and build the container itself
-version: '2.1'
-services:
- url_shorter:
- build: .
- volumes:
- - url_shorter_db:/app/db #Used to store the database
- ports:
- - "5000:5000"
- environment:
- - domains= #List of domains (with port if not 80/443) seperated with ";"
- - show_build_date=0 #Disable this, if you don't want to see the builddate
- - production=1 #Enable this, if you want to run the server in production
- - url_scheme=https #If you use a reverse Proxy with https set this to https
- - recaptcha_private= #Please enter here your private Key for google recaptcha
- - recaptcha_public= #Please enter here your public Key for google recaptcha
-volumes:
- url_shorter_db:
+#This file is used for testing the server. because of that, it doesn't use the release files and build the container itself
+version: '2.1'
+services:
+ url_shorter:
+ build: .
+ volumes:
+ - url_shorter_db:/app/db #Used to store the database
+ ports:
+ - "5000:5000"
+ environment:
+ - domains= #List of domains (with port if not 80/443) seperated with ";"
+ - show_build_date=0 #Disable this, if you don't want to see the builddate
+ - production=1 #Enable this, if you want to run the server in production
+ - url_scheme=https #If you use a reverse Proxy with https set this to https
+ - recaptcha_private= #Please enter here your private Key for google recaptcha
+ - recaptcha_public= #Please enter here your public Key for google recaptcha
+volumes:
+ url_shorter_db:
\ No newline at end of file
--
GitLab