Page Menu
Home
Musing Studio
Search
Configure Global Search
Log In
Files
F10494386
docker-compose.yml
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
593 B
Subscribers
None
docker-compose.yml
View Options
version
:
"3"
services
:
web
:
build
:
.
volumes
:
-
"web-data:/go/src/app"
-
"./config.ini.example:/go/src/app/config.ini"
ports
:
-
"8080:8080"
networks
:
-
writefreely
depends_on
:
-
db
restart
:
unless-stopped
db
:
image
:
"mariadb:latest"
volumes
:
-
"./schema.sql:/tmp/schema.sql"
-
db-data:/var/lib/mysql/data
networks
:
-
writefreely
environment
:
-
MYSQL_DATABASE=writefreely
-
MYSQL_ROOT_PASSWORD=changeme
restart
:
unless-stopped
volumes
:
web-data
:
db-data
:
networks
:
writefreely
:
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Mar 6, 12:18 PM (16 h, 17 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3157695
Attached To
rWF WriteFreely
Event Timeline
Log In to Comment