Fresh start - excluded large ROM JSON files
This commit is contained in:
16
services/mailspring-api/docker-compose.yml
Normal file
16
services/mailspring-api/docker-compose.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
version: "3.4"
|
||||
|
||||
services:
|
||||
mailspring-api:
|
||||
container_name: mailspring-api
|
||||
image: ghcr.io/1randomdev/mailspring-api:latest
|
||||
network_mode: bridge
|
||||
ports:
|
||||
- 5101:5101/tcp
|
||||
volumes:
|
||||
- ./data:/data
|
||||
environment:
|
||||
- TZ=America/Chicago
|
||||
- SHARE_URL=http://localhost:5101
|
||||
- LOG_LEVEL=info
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user