all repos — artbound-python @ 46af02e02321e5eeae46e8af264d3098299ade87

A client-server reimplementation of the administration panel for ArtBound.

docker-compose.yaml (view raw)

 1services:
 2  artbound_python:
 3    build: .
 4    image: artbound_python:latest
 5    container_name: artbound-python
 6    ports:
 7      - 127.0.0.1:1111:1111
 8#    environment:
 9#      - SPREADSHEET_ID=
10#      - RANGE=
11    volumes:
12      - ${PWD}/.env:/app/.env
13      - ${PWD}/credentials.json:/app/credentials.json
14      - ${PWD}/token.json:/app/token.json