add gitattributes to handle line ending settings and expose ports on docker compose
This commit is contained in:
parent
bb7c2780e8
commit
b8a6f69090
|
@ -0,0 +1 @@
|
||||||
|
*.sh text eol=lf
|
|
@ -2,11 +2,9 @@ version: '2'
|
||||||
services:
|
services:
|
||||||
rollerverbrauch:
|
rollerverbrauch:
|
||||||
build: .
|
build: .
|
||||||
volumes:
|
|
||||||
- ./compose_config/:/config
|
|
||||||
environment:
|
environment:
|
||||||
- config=/config/config.py
|
- config=/config/config.py
|
||||||
- DATABASE_ENV_MYSQL_ROOT_PASSWORD=foobar123
|
- DATABASE_ENV_MYSQL_ROOT_PASSWORD=foobar123
|
||||||
- FLASK_CONFIG=testing
|
- FLASK_CONFIG=testing
|
||||||
ports:
|
ports:
|
||||||
- 5000:5000
|
- 127.0.0.1:5000:5000
|
||||||
|
|
Loading…
Reference in New Issue