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