.drone.yml update

remotes/origin/database-api-implementation
Dorian HODIN 2 years ago committed by felixmielcarek
parent 95f7c4d463
commit 2c686e3730

@ -89,11 +89,12 @@ steps:
- name : database_location - name : database_location
image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest
environment: environment:
services : IMAGENAME: phpmyadmin:latest
phpmyadmin: CONTAINERNAME: location_database
IMAGENAME: phpmyadmin:latest COMMAND: create
ports: OVERWRITE: true
- 80:80 ports:
environment: - 80:80
- PMA_ARBITRARY=1 environment:
restart: unless-stopped - PMA_ARBITRARY=1
restart: unless-stopped
Loading…
Cancel
Save