Compare commits
5 Commits
bbabf7e88c
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a4db1faeb9 | ||
|
|
0ba3049090 | ||
|
|
a6cfae4dc3 | ||
|
|
ddf359ecf3 | ||
|
|
aaaf39e2ff |
@@ -1,17 +0,0 @@
|
||||
services:
|
||||
grav:
|
||||
image: getgrav/grav:latest
|
||||
container_name: tsysstatic-dev-grav
|
||||
ports:
|
||||
- "12000:80"
|
||||
volumes:
|
||||
# Grav core
|
||||
- grav_data:/var/www/html
|
||||
# Multi-site setup
|
||||
- ./setup.php:/var/www/html/setup.php:ro
|
||||
# Monorepo content (Git Sync will clone this structure to user/data/)
|
||||
- ./content:/var/www/html/user/data/content:ro
|
||||
restart: unless-stopped
|
||||
|
||||
volumes:
|
||||
grav_data:
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user