Skip to content

Commit

Permalink
Re-add docker-compose.override.yml file, so the build instructions wo…
Browse files Browse the repository at this point in the history
…rk as written
  • Loading branch information
ibacher committed Nov 29, 2022
1 parent 4d55bbb commit e530f4e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docker-compose.override.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: "3.7"

services:
gateway:
build:
context: ./gateway

frontend:
build:
context: ./frontend

backend:
build:
context: .

0 comments on commit e530f4e

Please sign in to comment.