strona-czynna/docker-compose.yml
Kuba Orlik dd8e14ab0c Jenkins scripts
Summary: jenkins scripts

Test Plan: tbd

Reviewers: #reviewers

Subscribers: jenkins-user

Differential Revision: https://hub.sealcode.org/D1081
2021-06-14 13:01:14 +02:00

19 lines
423 B
YAML

version: "3.2"
services:
db:
image: mongo:4.4-bionic
ports:
- "127.0.0.1:2${SEALIOUS_PORT:-0723}:27017"
test:
image: sealious-test:latest
build:
context: .
dockerfile: test.Dockerfile
volumes:
- ./:/opt/sealious/
user: ${UID:-1000}:${GID:-1000}
mailcatcher:
image: schickling/mailcatcher:latest
ports:
- "127.0.0.1:1080:1080"
- "127.0.0.1:1025:1025"