services: arti-angular-app: image: arti-angular-app container_name: arti-angular-app restart: always networks: - central-net environment: TZ: Europe/Warsaw #CMD ["ng", "serve", "--host", "0.0.0.0"] entrypoint: - ng - serve - --host - 0.0.0.0 networks: central-net: name: central-net external: true # docker compose --profile base --profile base-dv --profile production --file 3.jenkins-with-docker-compose.yml --env-file artik-docker.env up --detach