Skip to content
Snippets Groups Projects
docker-compose.local.yml 448 B
Newer Older
  • Learn to ignore specific revisions
  • version: '2'
    
    services:
      web-app:
        restart: unless-stopped
        #build: .
        image: registry.forge.grandlyon.com/web-et-numerique/factory/pamn_plateforme-des-acteurs-de-la-mediation-numerique/pamn_client:${TAG}
        volumes:
          - ./nginx/local.conf:/etc/nginx/conf.d/default.conf
    
          - ./src/config/config.json:/usr/share/nginx/html/config/config.json
    
        ports:
          - 8030:8080
        extra_hosts:
          - host.docker.internal:host-gateway