Remove ports, tty and stdin_open
This commit is contained in:
parent
02097426ba
commit
b00e0faedc
|
@ -5,10 +5,7 @@ services:
|
||||||
build: .
|
build: .
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
ports:
|
|
||||||
- 8000:80
|
|
||||||
tty: true
|
|
||||||
stdin_open: true
|
|
||||||
volumes:
|
volumes:
|
||||||
- ./app:/app/app
|
- ./app:/app/app
|
||||||
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
command: pytest app/test/test_main.py -s
|
command: pytest app/test/test_main.py -s
|
Loading…
Reference in New Issue