Skip to content

Commit

Permalink
Updated according templates
Browse files Browse the repository at this point in the history
  • Loading branch information
fernando committed Oct 24, 2019
1 parent ada0f9c commit 55d5c58
Showing 1 changed file with 1 addition and 23 deletions.
24 changes: 1 addition & 23 deletions samples/stamp/atos/functional/camp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,6 @@ components:
docker:
image: selenium/hub

apache:
provides_services: [ HttpProxy ]
requires_services: [ CityGo ]
implementation:
docker:
file: apache/Dockerfile
realization:
- select: docker-compose-apache.yml
instead_of:
- docker-compose-nginx.yml
as: docker-compose.yml

nginx:
provides_services: [ HttpProxy ]
requires_services: [ CityGo ]
Expand Down Expand Up @@ -105,17 +93,7 @@ components:

postgres:
provides_services: [ Postgres ]
variables:
version:
values: [v9, v10, v11]
realization:
- targets: [ "postgres/Dockerfile" ]
pattern: "FROM postgres:9.3"
replacements:
- "FROM postgres:9.3"
- "FROM postgres:10"
- "FROM postgres:11"
implementation:
docker:
file: postgres/Dockerfile
file: postgres:9.3

0 comments on commit 55d5c58

Please sign in to comment.