Fixed docker config and backend setup
parent
525660221b
commit
5110955b22
@ -1,16 +1,11 @@
|
|||||||
version: "3.2"
|
version: "3.7"
|
||||||
services:
|
services:
|
||||||
db:
|
db:
|
||||||
image: mongo:4.4-bionic
|
image: mongo:4.4-bionic
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:20723:27017"
|
- "127.0.0.1:20724:27017"
|
||||||
test:
|
mailcatcher:
|
||||||
image: sealious-test:latest
|
image: schickling/mailcatcher:latest
|
||||||
build:
|
|
||||||
context: .
|
|
||||||
dockerfile: test.Dockerfile
|
|
||||||
volumes:
|
|
||||||
- ./:/opt/app/
|
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:8080:8080"
|
- "127.0.0.1:1080:1080"
|
||||||
user: ${UID:-1000}:${GID:-1000}
|
- "127.0.0.1:1025:1025"
|
||||||
|
Loading…
Reference in New Issue