Skip to content

Commit

Permalink
compose
Browse files Browse the repository at this point in the history
  • Loading branch information
source-Alexander-Rudenko committed Dec 15, 2024
1 parent 854c64f commit fd9e9cc
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
services:
frontend:
build:
context: .
dockerfile: Dockerfile
ports:
- "8000:8000"
networks:
- team7_network

networks:
team7_network:
external: true

0 comments on commit fd9e9cc

Please sign in to comment.