Skip to content

Commit

Permalink
Merge pull request #20 from lispking/feat/issue-9
Browse files Browse the repository at this point in the history
  • Loading branch information
wangeguo authored Dec 19, 2023
2 parents 0a28a44 + 3befeb9 commit 7c94da0
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: '3'

services:
playground-api:
image: ghcr.io/amphitheatre-app/playground-api:latest
ports:
- 8080:8080
environment:
AMP_PORT: 8080
AMP_SERVER: http://localhost:8170

playground:
image: ghcr.io/amphitheatre-app/playground:latest
ports:
- 5173:5173

0 comments on commit 7c94da0

Please sign in to comment.