changed docker-compose to work on all machines
This commit is contained in:
parent
3c73706647
commit
2485af445f
1 changed files with 0 additions and 2 deletions
|
|
@ -4,7 +4,6 @@ services:
|
||||||
web:
|
web:
|
||||||
#image: math_wizard
|
#image: math_wizard
|
||||||
build:
|
build:
|
||||||
context: /home/pata/dev/WebProg/TheMathWizard
|
|
||||||
dockerfile: Dockerfile.math_wizard
|
dockerfile: Dockerfile.math_wizard
|
||||||
ports:
|
ports:
|
||||||
- "8080:8080"
|
- "8080:8080"
|
||||||
|
|
@ -15,7 +14,6 @@ services:
|
||||||
|
|
||||||
db:
|
db:
|
||||||
build:
|
build:
|
||||||
context: /home/pata/dev/WebProg/TheMathWizard
|
|
||||||
dockerfile: Dockerfile.db
|
dockerfile: Dockerfile.db
|
||||||
environment:
|
environment:
|
||||||
MYSQL_ROOT_PASSWORD: password
|
MYSQL_ROOT_PASSWORD: password
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue