Skip to content

Commit 1b7677d

Browse files
committed
Configure tests
1 parent 48c0032 commit 1b7677d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

frontend/docker-compose.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ services:
22
simple-frontend:
33
image: "romanowalex/simple-frontend:v2.0"
44
container_name: simple-frontend
5+
platform: linux/amd64
6+
environment:
7+
BACKEND_HOST: localhost
58
ports:
69
- "8080:80"
710
healthcheck:

0 commit comments

Comments
 (0)