Skip to content

Commit

Permalink
Reverse docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
mattamon committed Nov 9, 2023
1 parent bcfc087 commit 0509096
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
version: '3.0'
services:
php:
user: '1000:1000' # set to your uid:gid
image: pimcore/pimcore:php8.2-debug-latest
php-static-resolver-bundle:
image: pimcore/pimcore:php8.2-debug-dev
environment:
COMPOSER_HOME: /var/www/html
PHP_IDE_CONFIG: serverName=localhost
COMPOSER_AUTH: '{"http-basic": {"repo.pimcore.com": {"username": "token", "password": "bdf84feb7d75fb9f2154fc77685ad46114a1bcf39930ca092803381bd36e"}}}'
volumes:
- .:/var/www/html
- .:/var/cli/
- ./.docker/30-xdebug.ini:/usr/local/etc/php/conf.d/30-xdebug.ini

0 comments on commit 0509096

Please sign in to comment.