Skip to content
This repository has been archived by the owner on Mar 30, 2024. It is now read-only.

Commit

Permalink
docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
connorhsm committed Jul 6, 2023
1 parent cf32b9e commit 655379b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
version: '3'

services:

clock:
image: ghcr.io/twohoursonelife/clock:latest
build: .
restart: always
env_file:
- .env
# logging:
# driver: awslogs
# options:
# awslogs-region: "us-east-1"
# awslogs-create-group: "true"
# awslogs-group: "clock"
# awslogs-stream: "clock"

mongo:
image: mongo

0 comments on commit 655379b

Please sign in to comment.