Skip to content

Commit

Permalink
ci: add comments in Compose config
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemSBulgakov committed Feb 25, 2024
1 parent d3490e8 commit 2794e66
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
11 changes: 11 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Run all services:
# docker compose up --build --detach

version: "3"

services:
web:
build: . # See Dockerfile for more details
restart: always
ports:
- "3000:3000"
7 changes: 0 additions & 7 deletions docker-compose.yml

This file was deleted.

0 comments on commit 2794e66

Please sign in to comment.