Skip to content

Commit

Permalink
add docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc23007 committed Nov 18, 2024
1 parent 09f2988 commit 9c1a77b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
services:
worker:
build: https://github.uconn.edu/sfc23007/react-openshift.git#main
restart: always
networks:
sfc-web-test:
ipv4_address: 172.18.0.2

networks:
sfc-web-test:
external: true

0 comments on commit 9c1a77b

Please sign in to comment.