1
0
mirror of https://github.com/wallabag/docker synced 2025-12-13 09:46:27 +00:00

added test for default configuration

This commit is contained in:
Marvin Steadfast
2016-10-24 09:53:42 +02:00
parent ee4a7e4a46
commit 92f5db7ba9
2 changed files with 10 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ services:
- docker
env:
- DB_TYPE=default
- DB_TYPE=sqlite
- DB_TYPE=mariadb
- DB_TYPE=postgresql

View File

@@ -0,0 +1,9 @@
version: '2'
services:
wallabag:
build:
context: ../
image: wallabag:default
container_name: wallabag
ports:
- "127.0.0.1:80:80"