Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F904960
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Aug 29, 6:17 PM
Size
1 KB
Mime Type
text/x-diff
Expires
Sun, Aug 31, 6:17 PM (1 d, 5 h)
Engine
blob
Format
Raw Data
Handle
252352
Attached To
rDOCKERWEBDNS webdns_docker
View Options
diff --git a/docker-compose-ci.yml b/docker-compose-ci.yml
index 75c74e2..af213d5 100644
--- a/docker-compose-ci.yml
+++ b/docker-compose-ci.yml
@@ -1,62 +1,76 @@
---
version: '2'
services:
mysql:
image: mysql:5.5
env_file:
- env
environment:
- MYSQL_RANDOM_ROOT_PASSWORD=yes
powerdns:
build: powerdns/.
depends_on:
- mysql
ports:
- '53:53'
env_file:
- env
environment:
- MYSQL_HOST=mysql
webdns:
build: webdns/.
depends_on:
- mysql
ports:
- '3000:3000'
env_file:
- env
environment:
- MYSQL_HOST=mysql
- RAILS_ENV=development
volumes:
- ./data/webdns:/srv/webdns
reverse-proxy:
image: traefik
command: --api --docker
ports:
- "81:80"
- "8081:8080"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- webdns-test:
+ webdns-rake-test:
+ build: webdns/.
+ depends_on:
+ - mysql
+ ports:
+ - '3000:3000'
+ env_file:
+ - env
+ environment:
+ - MYSQL_HOST=mysql
+ - RAILS_ENV=test
+ volumes:
+ - ./data/webdns:/srv/webdns
+
+ webdns-browser-test:
build: webdns/.
depends_on:
- mysql
ports:
- '3000:3000'
env_file:
- env
environment:
- MYSQL_HOST=mysql
- RAILS_ENV=development
volumes:
- ./data/webdns:/srv/webdns
labels:
- traefik.frontend.rule=Host:web.dns.local
user: ${CURRENT_UID}
Event Timeline
Log In to Comment