Compare commits
6 Commits
1dbbfc5d7c
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a4db1faeb9 | ||
|
|
0ba3049090 | ||
|
|
a6cfae4dc3 | ||
|
|
ddf359ecf3 | ||
|
|
aaaf39e2ff | ||
|
|
bbabf7e88c |
@@ -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