This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM jamesnesbitt/wunder-base | |
USER root | |
# install ruby stuff | |
RUN /usr/bin/yum install --assumeyes ruby ruby-devel rubygem-bundler | |
# Install nodejs and npm | |
RUN /usr/bin/yum install --assumeyes nodejs npm | |
# add theme files to image |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: "2" | |
services: | |
www: | |
image: jamesnesbitt/alpine-nginx-pagespeed-app | |
links: | |
- fpm:fpm.app | |
ports: | |
- 8080:80 | |
networks: | |
- default |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# How to use me: | |
# 1. put me into any bin path, or run me using a full path (probably make me executable.) | |
# 2. cd into any path that has a composer.json file | |
# 3. run me, and pass me any flags that you would pass to composer | |
# | |
# define which image to use as a command shell image | |
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# How to use me: | |
# 1. put me into any bin path, or run me using a full path (probably make me executable.) | |
# 2. cd into any path in which you would like to have shell access | |
# 3. run me, and you will be entered into an alternate shell with more tools | |
# | |
# define which image to use as a command shell image | |
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$data['ekk_candidate']['contest_id'] = [ | |
'title' => t('Contest'), | |
'help' => t('Candidate contest nid field.'), | |
'field' => [ | |
'id' => 'numeric', | |
'click sortable' => TRUE, | |
], | |
'filter' => [ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# WunderTools docker-compose | |
# | |
version: "2" | |
services: | |
#### | |
# Source | |
# | |
source: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# WunderTools docker-compose | |
# | |
version: "2" | |
services: | |
#### | |
# Source | |
# | |
source: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# WunderTools docker-compose | |
# | |
version: "2" | |
services: | |
#### | |
# Source | |
# | |
source: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# WunderTools docker-compose | |
# | |
#### | |
# Source | |
# | |
source: | |
image: quay.io/wunder/client-fi-wkfi-source:master | |
command: | |
- /bin/true | |
volumes: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Type: File | |
path: .wundertools/settings.yml | |
Contents: | | |
'Project: wundertest | |
' | |
- Type: File | |
path: .wundertools/commands.yml | |
Contents: | | |
' | |
shell: |
OlderNewer