mirror of
https://github.com/wallabag/docker.git
synced 2025-12-21 19:27:35 +01:00
added test for default configuration
This commit is contained in:
@ -7,6 +7,7 @@ services:
|
|||||||
- docker
|
- docker
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
- DB_TYPE=default
|
||||||
- DB_TYPE=sqlite
|
- DB_TYPE=sqlite
|
||||||
- DB_TYPE=mariadb
|
- DB_TYPE=mariadb
|
||||||
- DB_TYPE=postgresql
|
- 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