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:
@@ -7,6 +7,7 @@ services:
|
||||
- docker
|
||||
|
||||
env:
|
||||
- DB_TYPE=default
|
||||
- DB_TYPE=sqlite
|
||||
- DB_TYPE=mariadb
|
||||
- DB_TYPE=postgresql
|
||||
|
||||
9
tests/docker-compose.default.yml
Normal file
9
tests/docker-compose.default.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
version: '2'
|
||||
services:
|
||||
wallabag:
|
||||
build:
|
||||
context: ../
|
||||
image: wallabag:default
|
||||
container_name: wallabag
|
||||
ports:
|
||||
- "127.0.0.1:80:80"
|
||||
Reference in New Issue
Block a user