Skip to content

Commit

Permalink
Docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
connorhsm committed Apr 2, 2023
1 parent f32b94a commit 8749e31
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version: '3'
services:
junior:
image: ghcr.io/twohoursonelife/junior:latest
build:
context: .
restart: always
env_file:
- .env
logging:
driver: awslogs
options:
awslogs-region: "us-east-1"
awslogs-create-group: "true"
awslogs-group: "junior"
awslogs-stream: "junior"

0 comments on commit 8749e31

Please sign in to comment.