add gitattributes to handle line ending settings and expose ports on docker compose
This commit is contained in:
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user