Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
Docker Compose for Symfony #101 (#103)
Browse files Browse the repository at this point in the history
Co-authored-by: Oleg Lavrovsky <[email protected]>
  • Loading branch information
loleg and loleg authored Jul 15, 2023
1 parent 6c60100 commit 7b0195a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
11 changes: 11 additions & 0 deletions docker-compose.local.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: '3'

services:
symfony:
image: kibatic/symfony:7.3
restart: always
volumes:
- www-data:/var/www:rw

volumes:
www-data:
6 changes: 5 additions & 1 deletion docs/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ symfony server:start -d
Website `https://localhost:8000`
Database `root:root@localhost:3307`

# Run Tailwind with Webpack Encore
# Nodejs & Tailwind Frontend

```npm install```

Then run Tailwind with Webpack Encore

```npm run watch```

Expand Down

0 comments on commit 7b0195a

Please sign in to comment.