ネッツトヨタ東埼玉�蝪侫優奪陳瓮�島
ネッツトヨタ東埼玉㈱Uネッツ鶴ヶ島
environment:
- LANG=ja_JP.eucJP
- LANGUAGE=ja_JP.eucJP
- LC_ALL=ja_JP.eucJP
- POSTGRES_INITDB_ARGS='-E EUC_JP'
The encoding you selected (EUC_JP) and the encoding that the
selected locale uses (UTF8) do not match. This would lead to
misbehavior in various character string processing functions.
Rerun initdb and either do not specify an encoding explicitly,
or choose a matching combination.
The database cluster will be initialized with locale "ja_JP.eucJP".
The database cluster will be initialized with locale "en_US.utf8".
initdb: encoding mismatch
The encoding you selected (EUC_JP)
Deploying 'Compose: docker-compose.yaml'...
/usr/bin/docker-compose -f /home/user/project/docker-compose.yaml up -d postgres
Pulling postgres (postgres:11.3-alpine)...
11.3-alpine: Pulling from library/postgres
e7c96db7181b: Pulling fs layer
ddab92d60ba9: Pulling fs layer
8c4b0e7b82b8: Pulling fs layer
8accaabbff6e: Pulling fs layer
9cd529ea2aa3: Pulling fs layer
c7d5583d8e25: Pulling fs layer
c96499da5fbf: Pulling fs layer
d6284880d03c: Pulling fs layer
Digest: sha256:1a43118a01dc1909be0b9d830b3d197e97f0977f01b82b688ad9fd267f838673
Status: Downloaded newer image for postgres:11.3-alpine
Creating PostgreSQL ...
Creating PostgreSQL
'Compose: docker-compose.yaml' has been deployed successfully.
postgres:
image: postgres:11.3-alpine
restart: always
container_name: PostgreSQL
network_mode: host
ports:
- 5432:5432
volumes:
- ./postgres/data:/var/lib/postgresql/data
- /etc/localtime:/etc/localtime:ro
- /etc/timezone:/etc/timezone:ro
environment:
- LANG:'ja_JP.UTF-8'
- LANGUAGE:'ja_JP.UTF-8'
- LC_ALL:'ja_JP.UTF-8'
user@pc:~$ sudo docker exec -i PostgreSQL psql --user=postgres -c 'SHOW LC_COLLATE'
lc_collate
------------
en_US.utf8
(1 row)
То что можно сказать сходу, так это что def выполняется интерпретатором и область видимости там будет статична, а лямба это дженерик, который по этой же причине нельзя сериализовать, поэтому если так часто делать - в один день можно напороться на очень неприятную штуку. Конечно пока мы работаем с регулярками ничего страшного не будет.