You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

docker-compose.yml 173B

3 yıl önce
1234567891011
  1. version: "3.9"
  2. services:
  3. web:
  4. build: ./web
  5. container_name: python
  6. ports:
  7. - "5000:5000"
  8. volumes:
  9. - ./web:/code
  10. env_file:
  11. - ./.env.dev