Skip to content

Commit

Permalink
Create docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Russia9 authored Apr 24, 2022
1 parent 3dab495 commit ef3ebb0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: "3.3"

services:
front-end:
build: .
restart: always
networks:
- backend
ports:
- "127.0.0.1:8080:3000"

networks:
backend:
external: true

0 comments on commit ef3ebb0

Please sign in to comment.