added start, stop script and added containername

This commit is contained in:
Nils Stinnesbeck 2019-12-15 22:01:37 +01:00
parent 6a4b02108a
commit de57216ba1
Signed by: nils
GPG Key ID: 86D4882C6C6CA48B
3 changed files with 5 additions and 0 deletions

View File

@ -2,6 +2,7 @@ version: '3.7'
services: services:
web: web:
image: fftdf/freifunk-rhein-sieg.net:devel image: fftdf/freifunk-rhein-sieg.net:devel
container_name: test.freifunk-rhein-sieg.net
restart: always restart: always
networks: networks:
- proxy - proxy

2
startWebsite.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
docker-compose -p test.freifunk-rhein-sieg.net up -d

2
stopWebsite.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
docker-compose -p test.freifunk-rhein-sieg.net down