Skip to content

Commit

Permalink
Docker Compose for Symfony Demokratis-ch#101
Browse files Browse the repository at this point in the history
  • Loading branch information
loleg committed Jun 16, 2023
1 parent 6c60100 commit 6ccd1b9
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 6ccd1b9

Please sign in to comment.