Page MenuHomeSealhub

docker-compose.yml
No OneTemporary

docker-compose.yml

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/
- ~/.npm_cacache:/opt/sealious/.npm_cacache
user: ${UID:-1000}:${GID:-1000}
mailcatcher:
image: schickling/mailcatcher:latest
ports:
- "127.0.0.1:1080:1080"
- "127.0.0.1:1025:1025"

File Metadata

Mime Type
text/plain
Expires
Wed, Aug 13, 17:07 (1 d, 22 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
874001
Default Alt Text
docker-compose.yml (474 B)

Event Timeline