Skip to content
Snippets Groups Projects
pypcc-sim.yml 324 B
Newer Older
#
# Docker compose file that launches a PyPCC simulator
#
# Defines:
#   - pypcc-sim
#
version: '2'

services:
  pypcc-sim:
    build:
        context: pypcc-sim
    container_name: ${CONTAINER_NAME_PREFIX}pypcc-sim
    network_mode: ${NETWORK_MODE}
    volumes:
        - ${HOME}:/hosthome
    ports:
        - "4848:4848"