generated from domdomegg/typescript-library-template
-
-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathcompose.yaml
More file actions
23 lines (22 loc) · 522 Bytes
/
compose.yaml
File metadata and controls
23 lines (22 loc) · 522 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
services:
aws-ses:
container_name: aws-ses-v2-local
hostname: aws-ses-v2-local
build:
context: .
# Uncomment the line below to use the pre-built image instead of building it from the local build context
# image: ghcr.io/domdomegg/aws-ses-v2-local
pull_policy: always
# See .env.example
environment:
AWS_SES_ACCOUNT:
SMTP_TRANSPORT:
working_dir: /srv/www/dist
ports:
- "8005:8005"
expose:
- 8005
networks:
default:
networks:
default: